Uses of Enum
com.amazonaws.services.ec2.model.ImageAttributeName
Packages that use ImageAttributeName
-
Uses of ImageAttributeName in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImageAttributeNameModifier and TypeMethodDescriptionstatic ImageAttributeName
Use this in place of valueOf.static ImageAttributeName
Returns the enum constant of this type with the specified name.static ImageAttributeName[]
ImageAttributeName.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type ImageAttributeNameModifier and TypeMethodDescriptionvoid
DescribeImageAttributeRequest.setAttribute
(ImageAttributeName attribute) The AMI attribute.DescribeImageAttributeRequest.withAttribute
(ImageAttributeName attribute) The AMI attribute.Constructors in com.amazonaws.services.ec2.model with parameters of type ImageAttributeNameModifierConstructorDescriptionDescribeImageAttributeRequest
(String imageId, ImageAttributeName attribute) Constructs a new DescribeImageAttributeRequest object.