Uses of Class
software.amazon.awssdk.services.redshift.model.SnapshotSortingEntity
-
Packages that use SnapshotSortingEntity Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of SnapshotSortingEntity in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type SnapshotSortingEntity Modifier and Type Method Description List<SnapshotSortingEntity>DescribeClusterSnapshotsRequest. sortingEntities()Methods in software.amazon.awssdk.services.redshift.model with parameters of type SnapshotSortingEntity Modifier and Type Method Description DescribeClusterSnapshotsRequest.BuilderDescribeClusterSnapshotsRequest.Builder. sortingEntities(SnapshotSortingEntity... sortingEntities)Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type SnapshotSortingEntity Modifier and Type Method Description DescribeClusterSnapshotsRequest.BuilderDescribeClusterSnapshotsRequest.Builder. sortingEntities(Collection<SnapshotSortingEntity> sortingEntities)
-