| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.paginators | |
| software.amazon.awssdk.services.redshift.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotSchedulesResponse |
RedshiftClient.describeSnapshotSchedules(DescribeSnapshotSchedulesRequest describeSnapshotSchedulesRequest)
Returns a list of snapshot schedules.
|
default CompletableFuture<DescribeSnapshotSchedulesResponse> |
RedshiftAsyncClient.describeSnapshotSchedules(DescribeSnapshotSchedulesRequest describeSnapshotSchedulesRequest)
Returns a list of snapshot schedules.
|
default DescribeSnapshotSchedulesIterable |
RedshiftClient.describeSnapshotSchedulesPaginator(DescribeSnapshotSchedulesRequest describeSnapshotSchedulesRequest)
Returns a list of snapshot schedules.
|
default DescribeSnapshotSchedulesPublisher |
RedshiftAsyncClient.describeSnapshotSchedulesPaginator(DescribeSnapshotSchedulesRequest describeSnapshotSchedulesRequest)
Returns a list of snapshot schedules.
|
| Constructor and Description |
|---|
DescribeSnapshotSchedulesIterable(RedshiftClient client,
DescribeSnapshotSchedulesRequest firstRequest) |
DescribeSnapshotSchedulesPublisher(RedshiftAsyncClient client,
DescribeSnapshotSchedulesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeSnapshotSchedulesRequestMarshaller.marshall(DescribeSnapshotSchedulesRequest describeSnapshotSchedulesRequest) |
Copyright © 2023. All rights reserved.