Uses of Class
com.oracle.bmc.core.responses.GetIPSecConnectionResponse
-
Packages that use GetIPSecConnectionResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetIPSecConnectionResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetIPSecConnectionResponse Modifier and Type Method Description GetIPSecConnectionResponseVirtualNetwork. getIPSecConnection(GetIPSecConnectionRequest request)Gets the specified IPSec connection’s basic information, including the static routes for the on-premises router.GetIPSecConnectionResponseVirtualNetworkClient. getIPSecConnection(GetIPSecConnectionRequest request)Method parameters in com.oracle.bmc.core with type arguments of type GetIPSecConnectionResponse Modifier and Type Method Description Future<GetIPSecConnectionResponse>VirtualNetworkAsync. getIPSecConnection(GetIPSecConnectionRequest request, AsyncHandler<GetIPSecConnectionRequest,GetIPSecConnectionResponse> handler)Gets the specified IPSec connection’s basic information, including the static routes for the on-premises router.Future<GetIPSecConnectionResponse>VirtualNetworkAsyncClient. getIPSecConnection(GetIPSecConnectionRequest request, AsyncHandler<GetIPSecConnectionRequest,GetIPSecConnectionResponse> handler) -
Uses of GetIPSecConnectionResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetIPSecConnectionResponse Modifier and Type Method Description GetIPSecConnectionResponseGetIPSecConnectionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetIPSecConnectionResponse Modifier and Type Method Description GetIPSecConnectionResponse.BuilderGetIPSecConnectionResponse.Builder. copy(GetIPSecConnectionResponse o)Copy method to populate the builder with values from the given instance.
-