| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeImageAttributeResponse |
EC2Client.describeImageAttribute(Consumer<DescribeImageAttributeRequest.Builder> describeImageAttributeRequest)
Describes the specified attribute of the specified AMI.
|
default DescribeImageAttributeResponse |
EC2Client.describeImageAttribute(DescribeImageAttributeRequest describeImageAttributeRequest)
Describes the specified attribute of the specified AMI.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeImageAttributeResponse> |
EC2AsyncClient.describeImageAttribute(Consumer<DescribeImageAttributeRequest.Builder> describeImageAttributeRequest)
Describes the specified attribute of the specified AMI.
|
default CompletableFuture<DescribeImageAttributeResponse> |
EC2AsyncClient.describeImageAttribute(DescribeImageAttributeRequest describeImageAttributeRequest)
Describes the specified attribute of the specified AMI.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImageAttributeResponse |
DescribeImageAttributeResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.