| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| 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.
|
Copyright © 2019. All rights reserved.