Uses of Class
com.oracle.bmc.ocvp.requests.GetDatastoreRequest
-
Packages that use GetDatastoreRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of GetDatastoreRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return types with arguments of type GetDatastoreRequest Modifier and Type Method Description Waiter<GetDatastoreRequest,GetDatastoreResponse>
DatastoreWaiters. forDatastore(GetDatastoreRequest request, LifecycleStates... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDatastoreRequest,GetDatastoreResponse>
DatastoreWaiters. forDatastore(GetDatastoreRequest request, LifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDatastoreRequest,GetDatastoreResponse>
DatastoreWaiters. forDatastore(GetDatastoreRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleStates... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.ocvp with type arguments of type GetDatastoreRequest Modifier and Type Method Description Future<GetDatastoreResponse>
DatastoreAsync. getDatastore(GetDatastoreRequest request, AsyncHandler<GetDatastoreRequest,GetDatastoreResponse> handler)
Get the specified Datastore’s information.Future<GetDatastoreResponse>
DatastoreAsyncClient. getDatastore(GetDatastoreRequest request, AsyncHandler<GetDatastoreRequest,GetDatastoreResponse> handler)
-
Uses of GetDatastoreRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return GetDatastoreRequest Modifier and Type Method Description GetDatastoreRequest
GetDatastoreRequest.Builder. build()
Build the instance of GetDatastoreRequest as configured by this builderGetDatastoreRequest
GetDatastoreRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDatastoreRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type GetDatastoreRequest Modifier and Type Method Description GetDatastoreRequest.Builder
GetDatastoreRequest.Builder. copy(GetDatastoreRequest o)
Copy method to populate the builder with values from the given instance.
-