Uses of Class
software.amazon.awssdk.services.redshift.paginators.DescribeSnapshotSchedulesIterable
-
Packages that use DescribeSnapshotSchedulesIterable Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DescribeSnapshotSchedulesIterable in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeSnapshotSchedulesIterable Modifier and Type Method Description default DescribeSnapshotSchedulesIterableRedshiftClient. describeSnapshotSchedulesPaginator()Returns a list of snapshot schedules.default DescribeSnapshotSchedulesIterableRedshiftClient. describeSnapshotSchedulesPaginator(Consumer<DescribeSnapshotSchedulesRequest.Builder> describeSnapshotSchedulesRequest)Returns a list of snapshot schedules.default DescribeSnapshotSchedulesIterableRedshiftClient. describeSnapshotSchedulesPaginator(DescribeSnapshotSchedulesRequest describeSnapshotSchedulesRequest)Returns a list of snapshot schedules.
-