Uses of Class
com.oracle.bmc.ocvp.responses.AddBlockVolumeToDatastoreResponse
-
Packages that use AddBlockVolumeToDatastoreResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of AddBlockVolumeToDatastoreResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return AddBlockVolumeToDatastoreResponse Modifier and Type Method Description AddBlockVolumeToDatastoreResponse
Datastore. addBlockVolumeToDatastore(AddBlockVolumeToDatastoreRequest request)
Add the specified Block Volume to the provided Datastore.AddBlockVolumeToDatastoreResponse
DatastoreClient. addBlockVolumeToDatastore(AddBlockVolumeToDatastoreRequest request)
Methods in com.oracle.bmc.ocvp that return types with arguments of type AddBlockVolumeToDatastoreResponse Modifier and Type Method Description Future<AddBlockVolumeToDatastoreResponse>
DatastoreAsync. addBlockVolumeToDatastore(AddBlockVolumeToDatastoreRequest request, AsyncHandler<AddBlockVolumeToDatastoreRequest,AddBlockVolumeToDatastoreResponse> handler)
Add the specified Block Volume to the provided Datastore.Future<AddBlockVolumeToDatastoreResponse>
DatastoreAsyncClient. addBlockVolumeToDatastore(AddBlockVolumeToDatastoreRequest request, AsyncHandler<AddBlockVolumeToDatastoreRequest,AddBlockVolumeToDatastoreResponse> handler)
Method parameters in com.oracle.bmc.ocvp with type arguments of type AddBlockVolumeToDatastoreResponse Modifier and Type Method Description Future<AddBlockVolumeToDatastoreResponse>
DatastoreAsync. addBlockVolumeToDatastore(AddBlockVolumeToDatastoreRequest request, AsyncHandler<AddBlockVolumeToDatastoreRequest,AddBlockVolumeToDatastoreResponse> handler)
Add the specified Block Volume to the provided Datastore.Future<AddBlockVolumeToDatastoreResponse>
DatastoreAsyncClient. addBlockVolumeToDatastore(AddBlockVolumeToDatastoreRequest request, AsyncHandler<AddBlockVolumeToDatastoreRequest,AddBlockVolumeToDatastoreResponse> handler)
-
Uses of AddBlockVolumeToDatastoreResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return AddBlockVolumeToDatastoreResponse Modifier and Type Method Description AddBlockVolumeToDatastoreResponse
AddBlockVolumeToDatastoreResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type AddBlockVolumeToDatastoreResponse Modifier and Type Method Description AddBlockVolumeToDatastoreResponse.Builder
AddBlockVolumeToDatastoreResponse.Builder. copy(AddBlockVolumeToDatastoreResponse o)
Copy method to populate the builder with values from the given instance.
-