Uses of Class
com.oracle.bmc.ocvp.responses.GetDatastoreResponse
-
Packages that use GetDatastoreResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of GetDatastoreResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return GetDatastoreResponse Modifier and Type Method Description GetDatastoreResponse
Datastore. getDatastore(GetDatastoreRequest request)
Get the specified Datastore’s information.GetDatastoreResponse
DatastoreClient. getDatastore(GetDatastoreRequest request)
Method parameters in com.oracle.bmc.ocvp with type arguments of type GetDatastoreResponse 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 GetDatastoreResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return GetDatastoreResponse Modifier and Type Method Description GetDatastoreResponse
GetDatastoreResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type GetDatastoreResponse Modifier and Type Method Description GetDatastoreResponse.Builder
GetDatastoreResponse.Builder. copy(GetDatastoreResponse o)
Copy method to populate the builder with values from the given instance.
-