Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
AttachBootVolumeResponse |
ComputeClient.attachBootVolume(AttachBootVolumeRequest request) |
AttachBootVolumeResponse |
Compute.attachBootVolume(AttachBootVolumeRequest request)
Attaches the specified boot volume to the specified instance.
|
Future<AttachBootVolumeResponse> |
ComputeAsync.attachBootVolume(AttachBootVolumeRequest request,
AsyncHandler<AttachBootVolumeRequest,AttachBootVolumeResponse> handler)
Attaches the specified boot volume to the specified instance.
|
Future<AttachBootVolumeResponse> |
ComputeAsyncClient.attachBootVolume(AttachBootVolumeRequest request,
AsyncHandler<AttachBootVolumeRequest,AttachBootVolumeResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<AttachBootVolumeResponse> |
ComputeAsync.attachBootVolume(AttachBootVolumeRequest request,
AsyncHandler<AttachBootVolumeRequest,AttachBootVolumeResponse> handler)
Attaches the specified boot volume to the specified instance.
|
Future<AttachBootVolumeResponse> |
ComputeAsyncClient.attachBootVolume(AttachBootVolumeRequest request,
AsyncHandler<AttachBootVolumeRequest,AttachBootVolumeResponse> handler) |
Modifier and Type | Method and Description |
---|---|
AttachBootVolumeRequest |
AttachBootVolumeRequest.Builder.build()
Build the instance of AttachBootVolumeRequest as configured by this builder
|
AttachBootVolumeRequest |
AttachBootVolumeRequest.Builder.buildWithoutInvocationCallback()
Build the instance of AttachBootVolumeRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
AttachBootVolumeRequest.Builder |
AttachBootVolumeRequest.Builder.copy(AttachBootVolumeRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.