Uses of Class
com.amazonaws.services.ec2.model.ResetImageAttributeName
-
Packages that use ResetImageAttributeName Package Description com.amazonaws.services.ec2.model -
-
Uses of ResetImageAttributeName in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ResetImageAttributeName Modifier and Type Method Description static ResetImageAttributeName
ResetImageAttributeName. fromValue(String value)
Use this in place of valueOf.static ResetImageAttributeName
ResetImageAttributeName. valueOf(String name)
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 ResetImageAttributeName Modifier and Type Method Description void
ResetImageAttributeRequest. setAttribute(ResetImageAttributeName attribute)
The attribute to reset (currently you can only reset the launch permission attribute).ResetImageAttributeRequest
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 ResetImageAttributeName Constructor Description ResetImageAttributeRequest(String imageId, ResetImageAttributeName attribute)
Constructs a new ResetImageAttributeRequest object.
-