Uses of Enum
software.amazon.awssdk.services.ec2.model.ImageAttributeName
Packages that use ImageAttributeName
-
Uses of ImageAttributeName in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ImageAttributeNameModifier and TypeMethodDescriptionfinal ImageAttributeNameDescribeImageAttributeRequest.attribute()The AMI attribute.static ImageAttributeNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.ec2.model that return types with arguments of type ImageAttributeNameModifier and TypeMethodDescriptionstatic Set<ImageAttributeName>ImageAttributeName.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImageAttributeNameModifier and TypeMethodDescriptionDescribeImageAttributeRequest.Builder.attribute(ImageAttributeName attribute) The AMI attribute.