| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotAttributeName |
ResetSnapshotAttributeRequest.attribute()
The attribute to reset.
|
SnapshotAttributeName |
DescribeSnapshotAttributeRequest.attribute()
The snapshot attribute you would like to view.
|
SnapshotAttributeName |
ModifySnapshotAttributeRequest.attribute()
The snapshot attribute to modify.
|
static SnapshotAttributeName |
SnapshotAttributeName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<SnapshotAttributeName> |
SnapshotAttributeName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResetSnapshotAttributeRequest.Builder |
ResetSnapshotAttributeRequest.Builder.attribute(SnapshotAttributeName attribute)
The attribute to reset.
|
DescribeSnapshotAttributeRequest.Builder |
DescribeSnapshotAttributeRequest.Builder.attribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.attribute(SnapshotAttributeName attribute)
The snapshot attribute to modify.
|
Copyright © 2019. All rights reserved.