Uses of Class
com.oracle.bmc.core.responses.ListRemotePeeringConnectionsResponse
-
Packages that use ListRemotePeeringConnectionsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListRemotePeeringConnectionsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListRemotePeeringConnectionsResponse Modifier and Type Method Description ListRemotePeeringConnectionsResponse
VirtualNetwork. listRemotePeeringConnections(ListRemotePeeringConnectionsRequest request)
Lists the remote peering connections (RPCs) for the specified DRG and compartment (the RPC’s compartment).ListRemotePeeringConnectionsResponse
VirtualNetworkClient. listRemotePeeringConnections(ListRemotePeeringConnectionsRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type ListRemotePeeringConnectionsResponse Modifier and Type Method Description Future<ListRemotePeeringConnectionsResponse>
VirtualNetworkAsync. listRemotePeeringConnections(ListRemotePeeringConnectionsRequest request, AsyncHandler<ListRemotePeeringConnectionsRequest,ListRemotePeeringConnectionsResponse> handler)
Lists the remote peering connections (RPCs) for the specified DRG and compartment (the RPC’s compartment).Future<ListRemotePeeringConnectionsResponse>
VirtualNetworkAsyncClient. listRemotePeeringConnections(ListRemotePeeringConnectionsRequest request, AsyncHandler<ListRemotePeeringConnectionsRequest,ListRemotePeeringConnectionsResponse> handler)
-
Uses of ListRemotePeeringConnectionsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListRemotePeeringConnectionsResponse Modifier and Type Method Description ListRemotePeeringConnectionsResponse
ListRemotePeeringConnectionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListRemotePeeringConnectionsResponse Modifier and Type Method Description ListRemotePeeringConnectionsResponse.Builder
ListRemotePeeringConnectionsResponse.Builder. copy(ListRemotePeeringConnectionsResponse o)
Copy method to populate the builder with values from the given instance.
-