| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
AttachVolumeRequestMarshaller.marshall(AttachVolumeRequest attachVolumeRequest) |
Copyright © 2020. All rights reserved.