| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotAttributeToSortBy |
SnapshotSortingEntity.attribute()
The category for sorting the snapshots.
|
static SnapshotAttributeToSortBy |
SnapshotAttributeToSortBy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SnapshotAttributeToSortBy |
SnapshotAttributeToSortBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotAttributeToSortBy[] |
SnapshotAttributeToSortBy.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<SnapshotAttributeToSortBy> |
SnapshotAttributeToSortBy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotSortingEntity.Builder |
SnapshotSortingEntity.Builder.attribute(SnapshotAttributeToSortBy attribute)
The category for sorting the snapshots.
|
Copyright © 2022. All rights reserved.