Uses of Class
com.oracle.bmc.core.responses.ListSubnetsResponse
-
Packages that use ListSubnetsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListSubnetsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListSubnetsResponse Modifier and Type Method Description ListSubnetsResponse
VirtualNetwork. listSubnets(ListSubnetsRequest request)
Lists the subnets in the specified VCN and the specified compartment.ListSubnetsResponse
VirtualNetworkClient. listSubnets(ListSubnetsRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListSubnetsResponse 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)
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 ListSubnetsResponse 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 ListSubnetsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListSubnetsResponse Modifier and Type Method Description ListSubnetsResponse
ListSubnetsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListSubnetsResponse Modifier and Type Method Description ListSubnetsResponse.Builder
ListSubnetsResponse.Builder. copy(ListSubnetsResponse o)
Copy method to populate the builder with values from the given instance.
-