Uses of Class
com.oracle.bmc.core.responses.UpdateIPSecConnectionTunnelSharedSecretResponse
-
Packages that use UpdateIPSecConnectionTunnelSharedSecretResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateIPSecConnectionTunnelSharedSecretResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateIPSecConnectionTunnelSharedSecretResponse Modifier and Type Method Description UpdateIPSecConnectionTunnelSharedSecretResponse
VirtualNetwork. updateIPSecConnectionTunnelSharedSecret(UpdateIPSecConnectionTunnelSharedSecretRequest request)
Updates the shared secret (pre-shared key) for the specified tunnel.UpdateIPSecConnectionTunnelSharedSecretResponse
VirtualNetworkClient. updateIPSecConnectionTunnelSharedSecret(UpdateIPSecConnectionTunnelSharedSecretRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateIPSecConnectionTunnelSharedSecretResponse Modifier and Type Method Description Future<UpdateIPSecConnectionTunnelSharedSecretResponse>
VirtualNetworkAsync. updateIPSecConnectionTunnelSharedSecret(UpdateIPSecConnectionTunnelSharedSecretRequest request, AsyncHandler<UpdateIPSecConnectionTunnelSharedSecretRequest,UpdateIPSecConnectionTunnelSharedSecretResponse> handler)
Updates the shared secret (pre-shared key) for the specified tunnel.Future<UpdateIPSecConnectionTunnelSharedSecretResponse>
VirtualNetworkAsyncClient. updateIPSecConnectionTunnelSharedSecret(UpdateIPSecConnectionTunnelSharedSecretRequest request, AsyncHandler<UpdateIPSecConnectionTunnelSharedSecretRequest,UpdateIPSecConnectionTunnelSharedSecretResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateIPSecConnectionTunnelSharedSecretResponse Modifier and Type Method Description Future<UpdateIPSecConnectionTunnelSharedSecretResponse>
VirtualNetworkAsync. updateIPSecConnectionTunnelSharedSecret(UpdateIPSecConnectionTunnelSharedSecretRequest request, AsyncHandler<UpdateIPSecConnectionTunnelSharedSecretRequest,UpdateIPSecConnectionTunnelSharedSecretResponse> handler)
Updates the shared secret (pre-shared key) for the specified tunnel.Future<UpdateIPSecConnectionTunnelSharedSecretResponse>
VirtualNetworkAsyncClient. updateIPSecConnectionTunnelSharedSecret(UpdateIPSecConnectionTunnelSharedSecretRequest request, AsyncHandler<UpdateIPSecConnectionTunnelSharedSecretRequest,UpdateIPSecConnectionTunnelSharedSecretResponse> handler)
-
Uses of UpdateIPSecConnectionTunnelSharedSecretResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateIPSecConnectionTunnelSharedSecretResponse Modifier and Type Method Description UpdateIPSecConnectionTunnelSharedSecretResponse
UpdateIPSecConnectionTunnelSharedSecretResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateIPSecConnectionTunnelSharedSecretResponse Modifier and Type Method Description UpdateIPSecConnectionTunnelSharedSecretResponse.Builder
UpdateIPSecConnectionTunnelSharedSecretResponse.Builder. copy(UpdateIPSecConnectionTunnelSharedSecretResponse o)
Copy method to populate the builder with values from the given instance.
-