| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotSchedulesResponse |
RedshiftClient.describeSnapshotSchedules()
Returns a list of snapshot schedules.
|
default DescribeSnapshotSchedulesResponse |
RedshiftClient.describeSnapshotSchedules(Consumer<DescribeSnapshotSchedulesRequest.Builder> describeSnapshotSchedulesRequest)
Returns a list of snapshot schedules.
|
default DescribeSnapshotSchedulesResponse |
RedshiftClient.describeSnapshotSchedules(DescribeSnapshotSchedulesRequest describeSnapshotSchedulesRequest)
Returns a list of snapshot schedules.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSnapshotSchedulesResponse> |
RedshiftAsyncClient.describeSnapshotSchedules()
Returns a list of snapshot schedules.
|
default CompletableFuture<DescribeSnapshotSchedulesResponse> |
RedshiftAsyncClient.describeSnapshotSchedules(Consumer<DescribeSnapshotSchedulesRequest.Builder> describeSnapshotSchedulesRequest)
Returns a list of snapshot schedules.
|
default CompletableFuture<DescribeSnapshotSchedulesResponse> |
RedshiftAsyncClient.describeSnapshotSchedules(DescribeSnapshotSchedulesRequest describeSnapshotSchedulesRequest)
Returns a list of snapshot schedules.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeSnapshotSchedulesResponse> |
DescribeSnapshotSchedulesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSnapshotSchedulesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotSchedulesResponse> subscriber) |
Copyright © 2022. All rights reserved.