Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static ResetImageAttributeName |
ResetImageAttributeName.fromValue(java.lang.String value)
Use this in place of valueOf.
|
static ResetImageAttributeName |
ResetImageAttributeName.valueOf(java.lang.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.
|
Modifier and Type | Method and 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).
|
Constructor and Description |
---|
ResetImageAttributeRequest(java.lang.String imageId,
ResetImageAttributeName attribute)
Constructs a new ResetImageAttributeRequest object.
|