Uses of Class
com.oracle.bmc.core.requests.ListLocalPeeringGatewaysRequest
-
Packages that use ListLocalPeeringGatewaysRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListLocalPeeringGatewaysRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type ListLocalPeeringGatewaysRequest Modifier and Type Method Description Future<ListLocalPeeringGatewaysResponse>
VirtualNetworkAsync. listLocalPeeringGateways(ListLocalPeeringGatewaysRequest request, AsyncHandler<ListLocalPeeringGatewaysRequest,ListLocalPeeringGatewaysResponse> handler)
Lists the local peering gateways (LPGs) for the specified VCN and specified compartment.Future<ListLocalPeeringGatewaysResponse>
VirtualNetworkAsyncClient. listLocalPeeringGateways(ListLocalPeeringGatewaysRequest request, AsyncHandler<ListLocalPeeringGatewaysRequest,ListLocalPeeringGatewaysResponse> handler)
-
Uses of ListLocalPeeringGatewaysRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListLocalPeeringGatewaysRequest Modifier and Type Method Description ListLocalPeeringGatewaysRequest
ListLocalPeeringGatewaysRequest.Builder. build()
Build the instance of ListLocalPeeringGatewaysRequest as configured by this builderListLocalPeeringGatewaysRequest
ListLocalPeeringGatewaysRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListLocalPeeringGatewaysRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListLocalPeeringGatewaysRequest Modifier and Type Method Description ListLocalPeeringGatewaysRequest.Builder
ListLocalPeeringGatewaysRequest.Builder. copy(ListLocalPeeringGatewaysRequest o)
Copy method to populate the builder with values from the given instance.
-