Uses of Class
software.amazon.awssdk.services.redshift.model.SnapshotAttributeToSortBy
-
Packages that use SnapshotAttributeToSortBy Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of SnapshotAttributeToSortBy in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return SnapshotAttributeToSortBy Modifier and Type Method Description SnapshotAttributeToSortBySnapshotSortingEntity. attribute()The category for sorting the snapshots.static SnapshotAttributeToSortBySnapshotAttributeToSortBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SnapshotAttributeToSortBySnapshotAttributeToSortBy. 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.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type SnapshotAttributeToSortBy Modifier and Type Method Description static Set<SnapshotAttributeToSortBy>SnapshotAttributeToSortBy. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type SnapshotAttributeToSortBy Modifier and Type Method Description SnapshotSortingEntity.BuilderSnapshotSortingEntity.Builder. attribute(SnapshotAttributeToSortBy attribute)The category for sorting the snapshots.
-