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