| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
default RotateEncryptionKeyResponse |
RedshiftClient.rotateEncryptionKey(Consumer<RotateEncryptionKeyRequest.Builder> rotateEncryptionKeyRequest)
Rotates the encryption keys for a cluster.
|
default CompletableFuture<RotateEncryptionKeyResponse> |
RedshiftAsyncClient.rotateEncryptionKey(Consumer<RotateEncryptionKeyRequest.Builder> rotateEncryptionKeyRequest)
Rotates the encryption keys for a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static RotateEncryptionKeyRequest.Builder |
RotateEncryptionKeyRequest.builder() |
RotateEncryptionKeyRequest.Builder |
RotateEncryptionKeyRequest.Builder.clusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster that you want to rotate the encryption keys for.
|
RotateEncryptionKeyRequest.Builder |
RotateEncryptionKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RotateEncryptionKeyRequest.Builder |
RotateEncryptionKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RotateEncryptionKeyRequest.Builder |
RotateEncryptionKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RotateEncryptionKeyRequest.Builder> |
RotateEncryptionKeyRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.