Uses of Class
com.oracle.bmc.core.requests.ListInternetGatewaysRequest
-
Packages that use ListInternetGatewaysRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListInternetGatewaysRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListInternetGatewaysRequest Modifier and Type Method Description ListInternetGatewaysResponse
VirtualNetwork. listInternetGateways(ListInternetGatewaysRequest request)
Lists the internet gateways in the specified VCN and the specified compartment.Future<ListInternetGatewaysResponse>
VirtualNetworkAsync. listInternetGateways(ListInternetGatewaysRequest request, AsyncHandler<ListInternetGatewaysRequest,ListInternetGatewaysResponse> handler)
Lists the internet gateways in the specified VCN and the specified compartment.Future<ListInternetGatewaysResponse>
VirtualNetworkAsyncClient. listInternetGateways(ListInternetGatewaysRequest request, AsyncHandler<ListInternetGatewaysRequest,ListInternetGatewaysResponse> handler)
ListInternetGatewaysResponse
VirtualNetworkClient. listInternetGateways(ListInternetGatewaysRequest request)
Iterable<InternetGateway>
VirtualNetworkPaginators. listInternetGatewaysRecordIterator(ListInternetGatewaysRequest request)
Creates a new iterable which will iterate over theInternetGateway
objects contained in responses from the listInternetGateways operation.Iterable<ListInternetGatewaysResponse>
VirtualNetworkPaginators. listInternetGatewaysResponseIterator(ListInternetGatewaysRequest request)
Creates a new iterable which will iterate over the responses received from the listInternetGateways operation.Method parameters in com.oracle.bmc.core with type arguments of type ListInternetGatewaysRequest Modifier and Type Method Description Future<ListInternetGatewaysResponse>
VirtualNetworkAsync. listInternetGateways(ListInternetGatewaysRequest request, AsyncHandler<ListInternetGatewaysRequest,ListInternetGatewaysResponse> handler)
Lists the internet gateways in the specified VCN and the specified compartment.Future<ListInternetGatewaysResponse>
VirtualNetworkAsyncClient. listInternetGateways(ListInternetGatewaysRequest request, AsyncHandler<ListInternetGatewaysRequest,ListInternetGatewaysResponse> handler)
-
Uses of ListInternetGatewaysRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListInternetGatewaysRequest Modifier and Type Method Description ListInternetGatewaysRequest
ListInternetGatewaysRequest.Builder. build()
Build the instance of ListInternetGatewaysRequest as configured by this builderListInternetGatewaysRequest
ListInternetGatewaysRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListInternetGatewaysRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListInternetGatewaysRequest Modifier and Type Method Description ListInternetGatewaysRequest.Builder
ListInternetGatewaysRequest.Builder. copy(ListInternetGatewaysRequest o)
Copy method to populate the builder with values from the given instance.
-