| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSnapshotSchedulesResult> |
AbstractAmazonRedshiftAsync.describeSnapshotSchedulesAsync(DescribeSnapshotSchedulesRequest request,
AsyncHandler<DescribeSnapshotSchedulesRequest,DescribeSnapshotSchedulesResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotSchedulesRequest |
DescribeSnapshotSchedulesRequest.clone() |
DescribeSnapshotSchedulesRequest |
DescribeSnapshotSchedulesRequest.withClusterIdentifier(String clusterIdentifier)
The unique identifier for the cluster whose snapshot schedules you want to view.
|
DescribeSnapshotSchedulesRequest |
DescribeSnapshotSchedulesRequest.withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeSnapshotSchedulesRequest |
DescribeSnapshotSchedulesRequest.withMaxRecords(Integer maxRecords)
The maximum number or response records to return in each call.
|
DescribeSnapshotSchedulesRequest |
DescribeSnapshotSchedulesRequest.withScheduleIdentifier(String scheduleIdentifier)
A unique identifier for a snapshot schedule.
|
DescribeSnapshotSchedulesRequest |
DescribeSnapshotSchedulesRequest.withTagKeys(Collection<String> tagKeys)
The key value for a snapshot schedule tag.
|
DescribeSnapshotSchedulesRequest |
DescribeSnapshotSchedulesRequest.withTagKeys(String... tagKeys)
The key value for a snapshot schedule tag.
|
DescribeSnapshotSchedulesRequest |
DescribeSnapshotSchedulesRequest.withTagValues(Collection<String> tagValues)
The value corresponding to the key of the snapshot schedule tag.
|
DescribeSnapshotSchedulesRequest |
DescribeSnapshotSchedulesRequest.withTagValues(String... tagValues)
The value corresponding to the key of the snapshot schedule tag.
|
Copyright © 2022. All rights reserved.