Uses of Class
com.oracle.bmc.core.requests.GetIPSecConnectionTunnelSharedSecretRequest
-
Packages that use GetIPSecConnectionTunnelSharedSecretRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetIPSecConnectionTunnelSharedSecretRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type GetIPSecConnectionTunnelSharedSecretRequest Modifier and Type Method Description Future<GetIPSecConnectionTunnelSharedSecretResponse>
VirtualNetworkAsync. getIPSecConnectionTunnelSharedSecret(GetIPSecConnectionTunnelSharedSecretRequest request, AsyncHandler<GetIPSecConnectionTunnelSharedSecretRequest,GetIPSecConnectionTunnelSharedSecretResponse> handler)
Gets the specified tunnel’s shared secret (pre-shared key).Future<GetIPSecConnectionTunnelSharedSecretResponse>
VirtualNetworkAsyncClient. getIPSecConnectionTunnelSharedSecret(GetIPSecConnectionTunnelSharedSecretRequest request, AsyncHandler<GetIPSecConnectionTunnelSharedSecretRequest,GetIPSecConnectionTunnelSharedSecretResponse> handler)
-
Uses of GetIPSecConnectionTunnelSharedSecretRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetIPSecConnectionTunnelSharedSecretRequest Modifier and Type Method Description GetIPSecConnectionTunnelSharedSecretRequest
GetIPSecConnectionTunnelSharedSecretRequest.Builder. build()
Build the instance of GetIPSecConnectionTunnelSharedSecretRequest as configured by this builderGetIPSecConnectionTunnelSharedSecretRequest
GetIPSecConnectionTunnelSharedSecretRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetIPSecConnectionTunnelSharedSecretRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetIPSecConnectionTunnelSharedSecretRequest Modifier and Type Method Description GetIPSecConnectionTunnelSharedSecretRequest.Builder
GetIPSecConnectionTunnelSharedSecretRequest.Builder. copy(GetIPSecConnectionTunnelSharedSecretRequest o)
Copy method to populate the builder with values from the given instance.
-