Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
CreateBootVolumeResponse |
BlockstorageClient.createBootVolume(CreateBootVolumeRequest request) |
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> |
BlockstorageAsyncClient.createBootVolume(CreateBootVolumeRequest request,
AsyncHandler<CreateBootVolumeRequest,CreateBootVolumeResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateBootVolumeResponse> |
BlockstorageAsyncClient.createBootVolume(CreateBootVolumeRequest request,
AsyncHandler<CreateBootVolumeRequest,CreateBootVolumeResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
CreateBootVolumeRequest |
CreateBootVolumeRequest.Builder.build()
Build the instance of CreateBootVolumeRequest as configured by this builder
|
CreateBootVolumeRequest |
CreateBootVolumeRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateBootVolumeRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateBootVolumeRequest.Builder |
CreateBootVolumeRequest.Builder.copy(CreateBootVolumeRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.