Uses of Class
com.oracle.bmc.core.requests.CreateVolumeRequest
-
Packages that use CreateVolumeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateVolumeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreateVolumeRequest Modifier and Type Method Description CreateVolumeResponse
Blockstorage. createVolume(CreateVolumeRequest request)
Creates a new volume in the specified compartment.Future<CreateVolumeResponse>
BlockstorageAsync. createVolume(CreateVolumeRequest request, AsyncHandler<CreateVolumeRequest,CreateVolumeResponse> handler)
Creates a new volume in the specified compartment.Future<CreateVolumeResponse>
BlockstorageAsyncClient. createVolume(CreateVolumeRequest request, AsyncHandler<CreateVolumeRequest,CreateVolumeResponse> handler)
CreateVolumeResponse
BlockstorageClient. createVolume(CreateVolumeRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateVolumeRequest Modifier and Type Method Description Future<CreateVolumeResponse>
BlockstorageAsync. createVolume(CreateVolumeRequest request, AsyncHandler<CreateVolumeRequest,CreateVolumeResponse> handler)
Creates a new volume in the specified compartment.Future<CreateVolumeResponse>
BlockstorageAsyncClient. createVolume(CreateVolumeRequest request, AsyncHandler<CreateVolumeRequest,CreateVolumeResponse> handler)
-
Uses of CreateVolumeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateVolumeRequest Modifier and Type Method Description CreateVolumeRequest
CreateVolumeRequest.Builder. build()
Build the instance of CreateVolumeRequest as configured by this builderCreateVolumeRequest
CreateVolumeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateVolumeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateVolumeRequest Modifier and Type Method Description CreateVolumeRequest.Builder
CreateVolumeRequest.Builder. copy(CreateVolumeRequest o)
Copy method to populate the builder with values from the given instance.
-