Uses of Class
com.oracle.bmc.core.responses.CreateBootVolumeResponse
-
Packages that use CreateBootVolumeResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateBootVolumeResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateBootVolumeResponse Modifier and Type Method Description CreateBootVolumeResponse
Blockstorage. createBootVolume(CreateBootVolumeRequest request)
Creates a new boot volume in the specified compartment from an existing boot volume or a boot volume backup.CreateBootVolumeResponse
BlockstorageClient. createBootVolume(CreateBootVolumeRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type CreateBootVolumeResponse Modifier and Type Method Description Future<CreateBootVolumeResponse>
BlockstorageAsync. createBootVolume(CreateBootVolumeRequest request, AsyncHandler<CreateBootVolumeRequest,CreateBootVolumeResponse> handler)
Creates a new boot volume in the specified compartment from an existing boot volume or a boot volume backup.Future<CreateBootVolumeResponse>
BlockstorageAsyncClient. createBootVolume(CreateBootVolumeRequest request, AsyncHandler<CreateBootVolumeRequest,CreateBootVolumeResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type CreateBootVolumeResponse Modifier and Type Method Description Future<CreateBootVolumeResponse>
BlockstorageAsync. createBootVolume(CreateBootVolumeRequest request, AsyncHandler<CreateBootVolumeRequest,CreateBootVolumeResponse> handler)
Creates a new boot volume in the specified compartment from an existing boot volume or a boot volume backup.Future<CreateBootVolumeResponse>
BlockstorageAsyncClient. createBootVolume(CreateBootVolumeRequest request, AsyncHandler<CreateBootVolumeRequest,CreateBootVolumeResponse> handler)
-
Uses of CreateBootVolumeResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateBootVolumeResponse Modifier and Type Method Description CreateBootVolumeResponse
CreateBootVolumeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateBootVolumeResponse Modifier and Type Method Description CreateBootVolumeResponse.Builder
CreateBootVolumeResponse.Builder. copy(CreateBootVolumeResponse o)
Copy method to populate the builder with values from the given instance.
-