Uses of Class
com.oracle.bmc.core.responses.ListIPSecConnectionsResponse
-
Packages that use ListIPSecConnectionsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListIPSecConnectionsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListIPSecConnectionsResponse Modifier and Type Method Description ListIPSecConnectionsResponse
VirtualNetwork. listIPSecConnections(ListIPSecConnectionsRequest request)
Lists the IPSec connections for the specified compartment.ListIPSecConnectionsResponse
VirtualNetworkClient. listIPSecConnections(ListIPSecConnectionsRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListIPSecConnectionsResponse Modifier and Type Method Description Future<ListIPSecConnectionsResponse>
VirtualNetworkAsync. listIPSecConnections(ListIPSecConnectionsRequest request, AsyncHandler<ListIPSecConnectionsRequest,ListIPSecConnectionsResponse> handler)
Lists the IPSec connections for the specified compartment.Future<ListIPSecConnectionsResponse>
VirtualNetworkAsyncClient. listIPSecConnections(ListIPSecConnectionsRequest request, AsyncHandler<ListIPSecConnectionsRequest,ListIPSecConnectionsResponse> handler)
Iterable<ListIPSecConnectionsResponse>
VirtualNetworkPaginators. listIPSecConnectionsResponseIterator(ListIPSecConnectionsRequest request)
Creates a new iterable which will iterate over the responses received from the listIPSecConnections operation.Method parameters in com.oracle.bmc.core with type arguments of type ListIPSecConnectionsResponse Modifier and Type Method Description Future<ListIPSecConnectionsResponse>
VirtualNetworkAsync. listIPSecConnections(ListIPSecConnectionsRequest request, AsyncHandler<ListIPSecConnectionsRequest,ListIPSecConnectionsResponse> handler)
Lists the IPSec connections for the specified compartment.Future<ListIPSecConnectionsResponse>
VirtualNetworkAsyncClient. listIPSecConnections(ListIPSecConnectionsRequest request, AsyncHandler<ListIPSecConnectionsRequest,ListIPSecConnectionsResponse> handler)
-
Uses of ListIPSecConnectionsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListIPSecConnectionsResponse Modifier and Type Method Description ListIPSecConnectionsResponse
ListIPSecConnectionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListIPSecConnectionsResponse Modifier and Type Method Description ListIPSecConnectionsResponse.Builder
ListIPSecConnectionsResponse.Builder. copy(ListIPSecConnectionsResponse o)
Copy method to populate the builder with values from the given instance.
-