Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Cluster |
AbstractAmazonRedshift.disableSnapshotCopy(DisableSnapshotCopyRequest request) |
Cluster |
AmazonRedshiftClient.disableSnapshotCopy(DisableSnapshotCopyRequest request)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
|
Cluster |
AmazonRedshift.disableSnapshotCopy(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
|
Future<Cluster> |
AbstractAmazonRedshiftAsync.disableSnapshotCopyAsync(DisableSnapshotCopyRequest request) |
Future<Cluster> |
AmazonRedshiftAsync.disableSnapshotCopyAsync(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.disableSnapshotCopyAsync(DisableSnapshotCopyRequest request) |
Future<Cluster> |
AbstractAmazonRedshiftAsync.disableSnapshotCopyAsync(DisableSnapshotCopyRequest request,
AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler) |
Future<Cluster> |
AmazonRedshiftAsync.disableSnapshotCopyAsync(DisableSnapshotCopyRequest disableSnapshotCopyRequest,
AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.disableSnapshotCopyAsync(DisableSnapshotCopyRequest request,
AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<Cluster> |
AbstractAmazonRedshiftAsync.disableSnapshotCopyAsync(DisableSnapshotCopyRequest request,
AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler) |
Future<Cluster> |
AmazonRedshiftAsync.disableSnapshotCopyAsync(DisableSnapshotCopyRequest disableSnapshotCopyRequest,
AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.disableSnapshotCopyAsync(DisableSnapshotCopyRequest request,
AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DisableSnapshotCopyRequest |
DisableSnapshotCopyRequest.clone() |
DisableSnapshotCopyRequest |
DisableSnapshotCopyRequest.withClusterIdentifier(String clusterIdentifier)
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination
region.
|
Copyright © 2024. All rights reserved.