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