Uses of Enum
com.amazonaws.services.ec2.model.ResetImageAttributeName
Packages that use ResetImageAttributeName
-
Uses of ResetImageAttributeName in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ResetImageAttributeNameModifier and TypeMethodDescriptionstatic ResetImageAttributeName
Use this in place of valueOf.static ResetImageAttributeName
Returns 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 TypeMethodDescriptionvoid
ResetImageAttributeRequest.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.