Uses of Class
com.oracle.bmc.core.requests.ListNatGatewaysRequest
-
Packages that use ListNatGatewaysRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListNatGatewaysRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListNatGatewaysRequest Modifier and Type Method Description ListNatGatewaysResponseVirtualNetwork. listNatGateways(ListNatGatewaysRequest request)Lists the NAT gateways in the specified compartment.Future<ListNatGatewaysResponse>VirtualNetworkAsync. listNatGateways(ListNatGatewaysRequest request, AsyncHandler<ListNatGatewaysRequest,ListNatGatewaysResponse> handler)Lists the NAT gateways in the specified compartment.Future<ListNatGatewaysResponse>VirtualNetworkAsyncClient. listNatGateways(ListNatGatewaysRequest request, AsyncHandler<ListNatGatewaysRequest,ListNatGatewaysResponse> handler)ListNatGatewaysResponseVirtualNetworkClient. listNatGateways(ListNatGatewaysRequest request)Iterable<NatGateway>VirtualNetworkPaginators. listNatGatewaysRecordIterator(ListNatGatewaysRequest request)Creates a new iterable which will iterate over theNatGatewayobjects contained in responses from the listNatGateways operation.Iterable<ListNatGatewaysResponse>VirtualNetworkPaginators. listNatGatewaysResponseIterator(ListNatGatewaysRequest request)Creates a new iterable which will iterate over the responses received from the listNatGateways operation.Method parameters in com.oracle.bmc.core with type arguments of type ListNatGatewaysRequest Modifier and Type Method Description Future<ListNatGatewaysResponse>VirtualNetworkAsync. listNatGateways(ListNatGatewaysRequest request, AsyncHandler<ListNatGatewaysRequest,ListNatGatewaysResponse> handler)Lists the NAT gateways in the specified compartment.Future<ListNatGatewaysResponse>VirtualNetworkAsyncClient. listNatGateways(ListNatGatewaysRequest request, AsyncHandler<ListNatGatewaysRequest,ListNatGatewaysResponse> handler) -
Uses of ListNatGatewaysRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListNatGatewaysRequest Modifier and Type Method Description ListNatGatewaysRequestListNatGatewaysRequest.Builder. build()Build the instance of ListNatGatewaysRequest as configured by this builderListNatGatewaysRequestListNatGatewaysRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListNatGatewaysRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListNatGatewaysRequest Modifier and Type Method Description ListNatGatewaysRequest.BuilderListNatGatewaysRequest.Builder. copy(ListNatGatewaysRequest o)Copy method to populate the builder with values from the given instance.
-