| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default AttachVolumeResponse |
EC2Client.attachVolume(AttachVolumeRequest attachVolumeRequest)
Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device
name.
|
default AttachVolumeResponse |
EC2Client.attachVolume(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest)
Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device
name.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AttachVolumeResponse> |
EC2AsyncClient.attachVolume(AttachVolumeRequest attachVolumeRequest)
Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device
name.
|
default CompletableFuture<AttachVolumeResponse> |
EC2AsyncClient.attachVolume(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest)
Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device
name.
|
| Modifier and Type | Method and Description |
|---|---|
AttachVolumeResponse |
AttachVolumeResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.