Uses of Enum
com.amazonaws.services.ec2.model.ResetImageAttributeName
Packages that use ResetImageAttributeName
-
Uses of ResetImageAttributeName in com.amazonaws.services.ec2.model
Subclasses with type arguments of type ResetImageAttributeName in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return ResetImageAttributeNameModifier and TypeMethodDescriptionstatic ResetImageAttributeNameUse this in place of valueOf.static ResetImageAttributeNameReturns the enum constant of this type with the specified name.static ResetImageAttributeName[]ResetImageAttributeName.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 ResetImageAttributeNameModifier and TypeMethodDescriptionvoidResetImageAttributeRequest.setAttribute(ResetImageAttributeName attribute) The attribute to reset (currently you can only reset the launch permission attribute).ResetImageAttributeRequest.withAttribute(ResetImageAttributeName attribute) The attribute to reset (currently you can only reset the launch permission attribute).Constructors in com.amazonaws.services.ec2.model with parameters of type ResetImageAttributeNameModifierConstructorDescriptionResetImageAttributeRequest(String imageId, ResetImageAttributeName attribute) Constructs a new ResetImageAttributeRequest object.