Uses of Enum
com.amazonaws.services.ec2.model.ImageAttributeName
Packages that use ImageAttributeName
-
Uses of ImageAttributeName in com.amazonaws.services.ec2.model
Subclasses with type arguments of type ImageAttributeName in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return ImageAttributeNameModifier and TypeMethodDescriptionstatic ImageAttributeNameUse this in place of valueOf.static ImageAttributeNameReturns 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 TypeMethodDescriptionvoidDescribeImageAttributeRequest.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.