| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotSchedule> |
DescribeSnapshotSchedulesResponse.snapshotSchedules()
A list of SnapshotSchedules.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotSchedulesResponse.Builder |
DescribeSnapshotSchedulesResponse.Builder.snapshotSchedules(SnapshotSchedule... snapshotSchedules)
A list of SnapshotSchedules.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotSchedulesResponse.Builder |
DescribeSnapshotSchedulesResponse.Builder.snapshotSchedules(Collection<SnapshotSchedule> snapshotSchedules)
A list of SnapshotSchedules.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<SnapshotSchedule> |
DescribeSnapshotSchedulesPublisher.snapshotSchedules()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<SnapshotSchedule> |
DescribeSnapshotSchedulesIterable.snapshotSchedules()
Returns an iterable to iterate through the paginated
DescribeSnapshotSchedulesResponse.snapshotSchedules() member. |
Copyright © 2023. All rights reserved.