Uses of Class
com.amazonaws.services.ec2.model.DescribeImageAttributeResult
-
Packages that use DescribeImageAttributeResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DescribeImageAttributeResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeImageAttributeResult Modifier and Type Method Description DescribeImageAttributeResultAbstractAmazonEC2. describeImageAttribute(DescribeImageAttributeRequest request)DescribeImageAttributeResultAmazonEC2. describeImageAttribute(DescribeImageAttributeRequest describeImageAttributeRequest)Describes the specified attribute of the specified AMI.DescribeImageAttributeResultAmazonEC2Client. describeImageAttribute(DescribeImageAttributeRequest describeImageAttributeRequest)Describes the specified attribute of the specified AMI.Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeImageAttributeResult Modifier and Type Method Description Future<DescribeImageAttributeResult>AbstractAmazonEC2Async. describeImageAttributeAsync(DescribeImageAttributeRequest request, AsyncHandler<DescribeImageAttributeRequest,DescribeImageAttributeResult> asyncHandler)Future<DescribeImageAttributeResult>AmazonEC2Async. describeImageAttributeAsync(DescribeImageAttributeRequest describeImageAttributeRequest, AsyncHandler<DescribeImageAttributeRequest,DescribeImageAttributeResult> asyncHandler)Describes the specified attribute of the specified AMI.Future<DescribeImageAttributeResult>AmazonEC2AsyncClient. describeImageAttributeAsync(DescribeImageAttributeRequest request, AsyncHandler<DescribeImageAttributeRequest,DescribeImageAttributeResult> asyncHandler) -
Uses of DescribeImageAttributeResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeImageAttributeResult Modifier and Type Method Description DescribeImageAttributeResultDescribeImageAttributeResult. clone()DescribeImageAttributeResultDescribeImageAttributeResult. withImageAttribute(ImageAttribute imageAttribute)Describes an image attribute.
-