Uses of Class
com.oracle.bmc.core.responses.DeleteIPSecConnectionResponse
-
Packages that use DeleteIPSecConnectionResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of DeleteIPSecConnectionResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return DeleteIPSecConnectionResponse Modifier and Type Method Description DeleteIPSecConnectionResponseVirtualNetwork. deleteIPSecConnection(DeleteIPSecConnectionRequest request)Deletes the specified IPSec connection.DeleteIPSecConnectionResponseVirtualNetworkClient. deleteIPSecConnection(DeleteIPSecConnectionRequest request)Methods in com.oracle.bmc.core that return types with arguments of type DeleteIPSecConnectionResponse Modifier and Type Method Description Future<DeleteIPSecConnectionResponse>VirtualNetworkAsync. deleteIPSecConnection(DeleteIPSecConnectionRequest request, AsyncHandler<DeleteIPSecConnectionRequest,DeleteIPSecConnectionResponse> handler)Deletes the specified IPSec connection.Future<DeleteIPSecConnectionResponse>VirtualNetworkAsyncClient. deleteIPSecConnection(DeleteIPSecConnectionRequest request, AsyncHandler<DeleteIPSecConnectionRequest,DeleteIPSecConnectionResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type DeleteIPSecConnectionResponse Modifier and Type Method Description Future<DeleteIPSecConnectionResponse>VirtualNetworkAsync. deleteIPSecConnection(DeleteIPSecConnectionRequest request, AsyncHandler<DeleteIPSecConnectionRequest,DeleteIPSecConnectionResponse> handler)Deletes the specified IPSec connection.Future<DeleteIPSecConnectionResponse>VirtualNetworkAsyncClient. deleteIPSecConnection(DeleteIPSecConnectionRequest request, AsyncHandler<DeleteIPSecConnectionRequest,DeleteIPSecConnectionResponse> handler) -
Uses of DeleteIPSecConnectionResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return DeleteIPSecConnectionResponse Modifier and Type Method Description DeleteIPSecConnectionResponseDeleteIPSecConnectionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type DeleteIPSecConnectionResponse Modifier and Type Method Description DeleteIPSecConnectionResponse.BuilderDeleteIPSecConnectionResponse.Builder. copy(DeleteIPSecConnectionResponse o)Copy method to populate the builder with values from the given instance.
-