Uses of Class
com.oracle.bmc.ocvp.requests.AddBlockVolumeToDatastoreRequest
-
Packages that use AddBlockVolumeToDatastoreRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of AddBlockVolumeToDatastoreRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type AddBlockVolumeToDatastoreRequest Modifier and Type Method Description AddBlockVolumeToDatastoreResponse
Datastore. addBlockVolumeToDatastore(AddBlockVolumeToDatastoreRequest request)
Add the specified Block Volume to the provided Datastore.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)
AddBlockVolumeToDatastoreResponse
DatastoreClient. addBlockVolumeToDatastore(AddBlockVolumeToDatastoreRequest request)
Method parameters in com.oracle.bmc.ocvp with type arguments of type AddBlockVolumeToDatastoreRequest 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 AddBlockVolumeToDatastoreRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return AddBlockVolumeToDatastoreRequest Modifier and Type Method Description AddBlockVolumeToDatastoreRequest
AddBlockVolumeToDatastoreRequest.Builder. build()
Build the instance of AddBlockVolumeToDatastoreRequest as configured by this builderAddBlockVolumeToDatastoreRequest
AddBlockVolumeToDatastoreRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddBlockVolumeToDatastoreRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type AddBlockVolumeToDatastoreRequest Modifier and Type Method Description AddBlockVolumeToDatastoreRequest.Builder
AddBlockVolumeToDatastoreRequest.Builder. copy(AddBlockVolumeToDatastoreRequest o)
Copy method to populate the builder with values from the given instance.
-