Uses of Class
com.oracle.bmc.core.responses.ListNatGatewaysResponse
-
Packages that use ListNatGatewaysResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListNatGatewaysResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListNatGatewaysResponse Modifier and Type Method Description ListNatGatewaysResponseVirtualNetwork. listNatGateways(ListNatGatewaysRequest request)Lists the NAT gateways in the specified compartment.ListNatGatewaysResponseVirtualNetworkClient. listNatGateways(ListNatGatewaysRequest request)Methods in com.oracle.bmc.core that return types with arguments of type ListNatGatewaysResponse 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)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 ListNatGatewaysResponse 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 ListNatGatewaysResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListNatGatewaysResponse Modifier and Type Method Description ListNatGatewaysResponseListNatGatewaysResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListNatGatewaysResponse Modifier and Type Method Description ListNatGatewaysResponse.BuilderListNatGatewaysResponse.Builder. copy(ListNatGatewaysResponse o)Copy method to populate the builder with values from the given instance.
-