Uses of Class
com.oracle.bmc.core.requests.ListVcnsRequest
-
Packages that use ListVcnsRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListVcnsRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListVcnsRequest Modifier and Type Method Description ListVcnsResponse
VirtualNetwork. listVcns(ListVcnsRequest request)
Lists the virtual cloud networks (VCNs) in the specified compartment.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)
ListVcnsResponse
VirtualNetworkClient. listVcns(ListVcnsRequest request)
Iterable<Vcn>
VirtualNetworkPaginators. listVcnsRecordIterator(ListVcnsRequest request)
Creates a new iterable which will iterate over theVcn
objects contained in responses from the listVcns operation.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 ListVcnsRequest 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 ListVcnsRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListVcnsRequest Modifier and Type Method Description ListVcnsRequest
ListVcnsRequest.Builder. build()
Build the instance of ListVcnsRequest as configured by this builderListVcnsRequest
ListVcnsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListVcnsRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListVcnsRequest Modifier and Type Method Description ListVcnsRequest.Builder
ListVcnsRequest.Builder. copy(ListVcnsRequest o)
Copy method to populate the builder with values from the given instance.
-