| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| Modifier and Type | Method and Description |
|---|---|
default DisableSnapshotCopyResponse |
RedshiftClient.disableSnapshotCopy(Consumer<DisableSnapshotCopyRequest.Builder> disableSnapshotCopyRequest)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
|
default DisableSnapshotCopyResponse |
RedshiftClient.disableSnapshotCopy(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisableSnapshotCopyResponse> |
RedshiftAsyncClient.disableSnapshotCopy(Consumer<DisableSnapshotCopyRequest.Builder> disableSnapshotCopyRequest)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
|
default CompletableFuture<DisableSnapshotCopyResponse> |
RedshiftAsyncClient.disableSnapshotCopy(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
|
Copyright © 2019. All rights reserved.