Uses of Class
com.oracle.bmc.core.requests.CreateBootVolumeRequest
-
Packages that use CreateBootVolumeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateBootVolumeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreateBootVolumeRequest 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.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)
CreateBootVolumeResponse
BlockstorageClient. createBootVolume(CreateBootVolumeRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateBootVolumeRequest 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 CreateBootVolumeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateBootVolumeRequest Modifier and Type Method Description CreateBootVolumeRequest
CreateBootVolumeRequest.Builder. build()
Build the instance of CreateBootVolumeRequest as configured by this builderCreateBootVolumeRequest
CreateBootVolumeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateBootVolumeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateBootVolumeRequest Modifier and Type Method Description CreateBootVolumeRequest.Builder
CreateBootVolumeRequest.Builder. copy(CreateBootVolumeRequest o)
Copy method to populate the builder with values from the given instance.
-