Uses of Class
com.oracle.bmc.core.responses.ListVcnsResponse
-
Packages that use ListVcnsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListVcnsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListVcnsResponse Modifier and Type Method Description ListVcnsResponse
VirtualNetwork. listVcns(ListVcnsRequest request)
Lists the virtual cloud networks (VCNs) in the specified compartment.ListVcnsResponse
VirtualNetworkClient. listVcns(ListVcnsRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListVcnsResponse Modifier and Type Method Description Future<ListVcnsResponse>
VirtualNetworkAsync. listVcns(ListVcnsRequest request, AsyncHandler<ListVcnsRequest,ListVcnsResponse> handler)
Lists the virtual cloud networks (VCNs) in the specified compartment.Future<ListVcnsResponse>
VirtualNetworkAsyncClient. listVcns(ListVcnsRequest request, AsyncHandler<ListVcnsRequest,ListVcnsResponse> handler)
Iterable<ListVcnsResponse>
VirtualNetworkPaginators. listVcnsResponseIterator(ListVcnsRequest request)
Creates a new iterable which will iterate over the responses received from the listVcns operation.Method parameters in com.oracle.bmc.core with type arguments of type ListVcnsResponse Modifier and Type Method Description Future<ListVcnsResponse>
VirtualNetworkAsync. listVcns(ListVcnsRequest request, AsyncHandler<ListVcnsRequest,ListVcnsResponse> handler)
Lists the virtual cloud networks (VCNs) in the specified compartment.Future<ListVcnsResponse>
VirtualNetworkAsyncClient. listVcns(ListVcnsRequest request, AsyncHandler<ListVcnsRequest,ListVcnsResponse> handler)
-
Uses of ListVcnsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListVcnsResponse Modifier and Type Method Description ListVcnsResponse
ListVcnsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListVcnsResponse Modifier and Type Method Description ListVcnsResponse.Builder
ListVcnsResponse.Builder. copy(ListVcnsResponse o)
Copy method to populate the builder with values from the given instance.
-