Uses of Class
com.oracle.bmc.core.requests.UpdateIPSecConnectionTunnelSharedSecretRequest
-
Packages that use UpdateIPSecConnectionTunnelSharedSecretRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateIPSecConnectionTunnelSharedSecretRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type UpdateIPSecConnectionTunnelSharedSecretRequest 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 UpdateIPSecConnectionTunnelSharedSecretRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateIPSecConnectionTunnelSharedSecretRequest Modifier and Type Method Description UpdateIPSecConnectionTunnelSharedSecretRequest
UpdateIPSecConnectionTunnelSharedSecretRequest.Builder. build()
Build the instance of UpdateIPSecConnectionTunnelSharedSecretRequest as configured by this builderUpdateIPSecConnectionTunnelSharedSecretRequest
UpdateIPSecConnectionTunnelSharedSecretRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateIPSecConnectionTunnelSharedSecretRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateIPSecConnectionTunnelSharedSecretRequest Modifier and Type Method Description UpdateIPSecConnectionTunnelSharedSecretRequest.Builder
UpdateIPSecConnectionTunnelSharedSecretRequest.Builder. copy(UpdateIPSecConnectionTunnelSharedSecretRequest o)
Copy method to populate the builder with values from the given instance.
-