Uses of Class
com.oracle.bmc.ocvp.requests.ListDatastoresRequest
-
Packages that use ListDatastoresRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of ListDatastoresRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type ListDatastoresRequest Modifier and Type Method Description ListDatastoresResponseDatastore. listDatastores(ListDatastoresRequest request)List the Datastores in the specified compartment.Future<ListDatastoresResponse>DatastoreAsync. listDatastores(ListDatastoresRequest request, AsyncHandler<ListDatastoresRequest,ListDatastoresResponse> handler)List the Datastores in the specified compartment.Future<ListDatastoresResponse>DatastoreAsyncClient. listDatastores(ListDatastoresRequest request, AsyncHandler<ListDatastoresRequest,ListDatastoresResponse> handler)ListDatastoresResponseDatastoreClient. listDatastores(ListDatastoresRequest request)Iterable<DatastoreSummary>DatastorePaginators. listDatastoresRecordIterator(ListDatastoresRequest request)Creates a new iterable which will iterate over theDatastoreSummaryobjects contained in responses from the listDatastores operation.Iterable<ListDatastoresResponse>DatastorePaginators. listDatastoresResponseIterator(ListDatastoresRequest request)Creates a new iterable which will iterate over the responses received from the listDatastores operation.Method parameters in com.oracle.bmc.ocvp with type arguments of type ListDatastoresRequest Modifier and Type Method Description Future<ListDatastoresResponse>DatastoreAsync. listDatastores(ListDatastoresRequest request, AsyncHandler<ListDatastoresRequest,ListDatastoresResponse> handler)List the Datastores in the specified compartment.Future<ListDatastoresResponse>DatastoreAsyncClient. listDatastores(ListDatastoresRequest request, AsyncHandler<ListDatastoresRequest,ListDatastoresResponse> handler) -
Uses of ListDatastoresRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return ListDatastoresRequest Modifier and Type Method Description ListDatastoresRequestListDatastoresRequest.Builder. build()Build the instance of ListDatastoresRequest as configured by this builderListDatastoresRequestListDatastoresRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDatastoresRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type ListDatastoresRequest Modifier and Type Method Description ListDatastoresRequest.BuilderListDatastoresRequest.Builder. copy(ListDatastoresRequest o)Copy method to populate the builder with values from the given instance.
-