| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotSchedulesResult |
AmazonRedshift.describeSnapshotSchedules(DescribeSnapshotSchedulesRequest describeSnapshotSchedulesRequest)
Returns a list of snapshot schedules.
|
DescribeSnapshotSchedulesResult |
AbstractAmazonRedshift.describeSnapshotSchedules(DescribeSnapshotSchedulesRequest request) |
DescribeSnapshotSchedulesResult |
AmazonRedshiftClient.describeSnapshotSchedules(DescribeSnapshotSchedulesRequest request)
Returns a list of snapshot schedules.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSnapshotSchedulesResult> |
AmazonRedshiftAsync.describeSnapshotSchedulesAsync(DescribeSnapshotSchedulesRequest describeSnapshotSchedulesRequest,
AsyncHandler<DescribeSnapshotSchedulesRequest,DescribeSnapshotSchedulesResult> asyncHandler)
Returns a list of snapshot schedules.
|
Future<DescribeSnapshotSchedulesResult> |
AmazonRedshiftAsyncClient.describeSnapshotSchedulesAsync(DescribeSnapshotSchedulesRequest request,
AsyncHandler<DescribeSnapshotSchedulesRequest,DescribeSnapshotSchedulesResult> asyncHandler) |
Future<DescribeSnapshotSchedulesResult> |
AbstractAmazonRedshiftAsync.describeSnapshotSchedulesAsync(DescribeSnapshotSchedulesRequest request,
AsyncHandler<DescribeSnapshotSchedulesRequest,DescribeSnapshotSchedulesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotSchedulesResult |
DescribeSnapshotSchedulesResult.clone() |
DescribeSnapshotSchedulesResult |
DescribeSnapshotSchedulesResult.withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeSnapshotSchedulesResult |
DescribeSnapshotSchedulesResult.withSnapshotSchedules(Collection<SnapshotSchedule> snapshotSchedules)
A list of SnapshotSchedules.
|
DescribeSnapshotSchedulesResult |
DescribeSnapshotSchedulesResult.withSnapshotSchedules(SnapshotSchedule... snapshotSchedules)
A list of SnapshotSchedules.
|
Copyright © 2020. All rights reserved.