Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeImageAttributeResponse
Packages that use DescribeImageAttributeResponse
-
Uses of DescribeImageAttributeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeImageAttributeResponseModifier and TypeMethodDescriptiondefault DescribeImageAttributeResponseEc2Client.describeImageAttribute(Consumer<DescribeImageAttributeRequest.Builder> describeImageAttributeRequest) Describes the specified attribute of the specified AMI.default DescribeImageAttributeResponseEc2Client.describeImageAttribute(DescribeImageAttributeRequest describeImageAttributeRequest) Describes the specified attribute of the specified AMI.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeImageAttributeResponseModifier and TypeMethodDescriptionEc2AsyncClient.describeImageAttribute(Consumer<DescribeImageAttributeRequest.Builder> describeImageAttributeRequest) Describes the specified attribute of the specified AMI.Ec2AsyncClient.describeImageAttribute(DescribeImageAttributeRequest describeImageAttributeRequest) Describes the specified attribute of the specified AMI.