Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
SnapshotSortingEntity |
SnapshotSortingEntity.clone() |
SnapshotSortingEntity |
SnapshotSortingEntity.withAttribute(SnapshotAttributeToSortBy attribute)
The category for sorting the snapshots.
|
SnapshotSortingEntity |
SnapshotSortingEntity.withAttribute(String attribute)
The category for sorting the snapshots.
|
SnapshotSortingEntity |
SnapshotSortingEntity.withSortOrder(SortByOrder sortOrder)
The order for listing the attributes.
|
SnapshotSortingEntity |
SnapshotSortingEntity.withSortOrder(String sortOrder)
The order for listing the attributes.
|
Modifier and Type | Method and Description |
---|---|
List<SnapshotSortingEntity> |
DescribeClusterSnapshotsRequest.getSortingEntities()
|
Modifier and Type | Method and Description |
---|---|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withSortingEntities(SnapshotSortingEntity... sortingEntities)
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClusterSnapshotsRequest.setSortingEntities(Collection<SnapshotSortingEntity> sortingEntities)
|
DescribeClusterSnapshotsRequest |
DescribeClusterSnapshotsRequest.withSortingEntities(Collection<SnapshotSortingEntity> sortingEntities)
|
Copyright © 2024. All rights reserved.