| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeVolumeAttributeResponse |
Ec2Client.describeVolumeAttribute(Consumer<DescribeVolumeAttributeRequest.Builder> describeVolumeAttributeRequest)
Describes the specified attribute of the specified volume.
|
default DescribeVolumeAttributeResponse |
Ec2Client.describeVolumeAttribute(DescribeVolumeAttributeRequest describeVolumeAttributeRequest)
Describes the specified attribute of the specified volume.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeVolumeAttributeResponse> |
Ec2AsyncClient.describeVolumeAttribute(Consumer<DescribeVolumeAttributeRequest.Builder> describeVolumeAttributeRequest)
Describes the specified attribute of the specified volume.
|
default CompletableFuture<DescribeVolumeAttributeResponse> |
Ec2AsyncClient.describeVolumeAttribute(DescribeVolumeAttributeRequest describeVolumeAttributeRequest)
Describes the specified attribute of the specified volume.
|
Copyright © 2019. All rights reserved.