Uses of Class
com.oracle.bmc.ocvp.responses.GetDatastoreClusterResponse
-
Packages that use GetDatastoreClusterResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of GetDatastoreClusterResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return GetDatastoreClusterResponse Modifier and Type Method Description GetDatastoreClusterResponse
DatastoreCluster. getDatastoreCluster(GetDatastoreClusterRequest request)
Get the specified Datastore Cluster information.GetDatastoreClusterResponse
DatastoreClusterClient. getDatastoreCluster(GetDatastoreClusterRequest request)
Method parameters in com.oracle.bmc.ocvp with type arguments of type GetDatastoreClusterResponse Modifier and Type Method Description Future<GetDatastoreClusterResponse>
DatastoreClusterAsync. getDatastoreCluster(GetDatastoreClusterRequest request, AsyncHandler<GetDatastoreClusterRequest,GetDatastoreClusterResponse> handler)
Get the specified Datastore Cluster information.Future<GetDatastoreClusterResponse>
DatastoreClusterAsyncClient. getDatastoreCluster(GetDatastoreClusterRequest request, AsyncHandler<GetDatastoreClusterRequest,GetDatastoreClusterResponse> handler)
-
Uses of GetDatastoreClusterResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return GetDatastoreClusterResponse Modifier and Type Method Description GetDatastoreClusterResponse
GetDatastoreClusterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type GetDatastoreClusterResponse Modifier and Type Method Description GetDatastoreClusterResponse.Builder
GetDatastoreClusterResponse.Builder. copy(GetDatastoreClusterResponse o)
Copy method to populate the builder with values from the given instance.
-