Uses of Class
com.oracle.bmc.core.responses.CreateVolumeResponse
-
Packages that use CreateVolumeResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateVolumeResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateVolumeResponse Modifier and Type Method Description CreateVolumeResponse
Blockstorage. createVolume(CreateVolumeRequest request)
Creates a new volume in the specified compartment.CreateVolumeResponse
BlockstorageClient. createVolume(CreateVolumeRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type CreateVolumeResponse 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)
Method parameters in com.oracle.bmc.core with type arguments of type CreateVolumeResponse 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 CreateVolumeResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateVolumeResponse Modifier and Type Method Description CreateVolumeResponse
CreateVolumeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateVolumeResponse Modifier and Type Method Description CreateVolumeResponse.Builder
CreateVolumeResponse.Builder. copy(CreateVolumeResponse o)
Copy method to populate the builder with values from the given instance.
-