Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
static SnapshotAttributeName |
SnapshotAttributeName.fromValue(String value)
Use this in place of valueOf.
|
static SnapshotAttributeName |
SnapshotAttributeName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotAttributeName[] |
SnapshotAttributeName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ResetSnapshotAttributeRequest.setAttribute(SnapshotAttributeName attribute)
The attribute to reset.
|
void |
ModifySnapshotAttributeRequest.setAttribute(SnapshotAttributeName attribute)
The snapshot attribute to modify.
|
void |
DescribeSnapshotAttributeRequest.setAttribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view.
|
ResetSnapshotAttributeRequest |
ResetSnapshotAttributeRequest.withAttribute(SnapshotAttributeName attribute)
The attribute to reset.
|
ModifySnapshotAttributeRequest |
ModifySnapshotAttributeRequest.withAttribute(SnapshotAttributeName attribute)
The snapshot attribute to modify.
|
DescribeSnapshotAttributeRequest |
DescribeSnapshotAttributeRequest.withAttribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view.
|
Constructor and Description |
---|
DescribeSnapshotAttributeRequest(String snapshotId,
SnapshotAttributeName attribute)
Constructs a new DescribeSnapshotAttributeRequest object.
|
ModifySnapshotAttributeRequest(String snapshotId,
SnapshotAttributeName attribute,
String operationType)
Constructs a new ModifySnapshotAttributeRequest object.
|
ResetSnapshotAttributeRequest(String snapshotId,
SnapshotAttributeName attribute)
Constructs a new ResetSnapshotAttributeRequest object.
|
Copyright © 2015. All rights reserved.