Uses of Class
com.oracle.bmc.core.model.IPSecConnectionTunnelSharedSecret
-
Packages that use IPSecConnectionTunnelSharedSecret Package Description com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of IPSecConnectionTunnelSharedSecret in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return IPSecConnectionTunnelSharedSecret Modifier and Type Method Description IPSecConnectionTunnelSharedSecret
IPSecConnectionTunnelSharedSecret.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type IPSecConnectionTunnelSharedSecret Modifier and Type Method Description IPSecConnectionTunnelSharedSecret.Builder
IPSecConnectionTunnelSharedSecret.Builder. copy(IPSecConnectionTunnelSharedSecret model)
-
Uses of IPSecConnectionTunnelSharedSecret in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return IPSecConnectionTunnelSharedSecret Modifier and Type Method Description IPSecConnectionTunnelSharedSecret
GetIPSecConnectionTunnelSharedSecretResponse. getIPSecConnectionTunnelSharedSecret()
The returned IPSecConnectionTunnelSharedSecret instance.IPSecConnectionTunnelSharedSecret
UpdateIPSecConnectionTunnelSharedSecretResponse. getIPSecConnectionTunnelSharedSecret()
The returned IPSecConnectionTunnelSharedSecret instance.Methods in com.oracle.bmc.core.responses with parameters of type IPSecConnectionTunnelSharedSecret Modifier and Type Method Description GetIPSecConnectionTunnelSharedSecretResponse.Builder
GetIPSecConnectionTunnelSharedSecretResponse.Builder. iPSecConnectionTunnelSharedSecret(IPSecConnectionTunnelSharedSecret iPSecConnectionTunnelSharedSecret)
The returned IPSecConnectionTunnelSharedSecret instance.UpdateIPSecConnectionTunnelSharedSecretResponse.Builder
UpdateIPSecConnectionTunnelSharedSecretResponse.Builder. iPSecConnectionTunnelSharedSecret(IPSecConnectionTunnelSharedSecret iPSecConnectionTunnelSharedSecret)
The returned IPSecConnectionTunnelSharedSecret instance.
-