| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| 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 CompletableFuture<DisableSnapshotCopyResponse> |
RedshiftAsyncClient.disableSnapshotCopy(Consumer<DisableSnapshotCopyRequest.Builder> disableSnapshotCopyRequest)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static DisableSnapshotCopyRequest.Builder |
DisableSnapshotCopyRequest.builder() |
DisableSnapshotCopyRequest.Builder |
DisableSnapshotCopyRequest.Builder.clusterIdentifier(String clusterIdentifier)
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination
region.
|
DisableSnapshotCopyRequest.Builder |
DisableSnapshotCopyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisableSnapshotCopyRequest.Builder |
DisableSnapshotCopyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisableSnapshotCopyRequest.Builder |
DisableSnapshotCopyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisableSnapshotCopyRequest.Builder> |
DisableSnapshotCopyRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.