Uses of Class
software.amazon.awssdk.services.redshift.model.SnapshotSchedule
-
Packages that use SnapshotSchedule Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of SnapshotSchedule in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type SnapshotSchedule Modifier and Type Method Description List<SnapshotSchedule>DescribeSnapshotSchedulesResponse. snapshotSchedules()A list of SnapshotSchedules.Methods in software.amazon.awssdk.services.redshift.model with parameters of type SnapshotSchedule Modifier and Type Method Description DescribeSnapshotSchedulesResponse.BuilderDescribeSnapshotSchedulesResponse.Builder. snapshotSchedules(SnapshotSchedule... snapshotSchedules)A list of SnapshotSchedules.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type SnapshotSchedule Modifier and Type Method Description DescribeSnapshotSchedulesResponse.BuilderDescribeSnapshotSchedulesResponse.Builder. snapshotSchedules(Collection<SnapshotSchedule> snapshotSchedules)A list of SnapshotSchedules. -
Uses of SnapshotSchedule in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type SnapshotSchedule Modifier and Type Method Description SdkIterable<SnapshotSchedule>DescribeSnapshotSchedulesIterable. snapshotSchedules()Returns an iterable to iterate through the paginatedDescribeSnapshotSchedulesResponse.snapshotSchedules()member.SdkPublisher<SnapshotSchedule>DescribeSnapshotSchedulesPublisher. snapshotSchedules()Returns a publisher that can be used to get a stream of data.
-