Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and 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.
|
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(String imageId,
ResetImageAttributeName attribute)
Constructs a new ResetImageAttributeRequest object.
|
Copyright © 2014. All rights reserved.