Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<Cluster> |
AbstractAmazonRedshiftAsync.rotateEncryptionKeyAsync(RotateEncryptionKeyRequest request,
AsyncHandler<RotateEncryptionKeyRequest,Cluster> asyncHandler) |
Future<Cluster> |
AmazonRedshiftAsync.rotateEncryptionKeyAsync(RotateEncryptionKeyRequest rotateEncryptionKeyRequest,
AsyncHandler<RotateEncryptionKeyRequest,Cluster> asyncHandler)
Rotates the encryption keys for a cluster.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.rotateEncryptionKeyAsync(RotateEncryptionKeyRequest request,
AsyncHandler<RotateEncryptionKeyRequest,Cluster> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RotateEncryptionKeyRequest |
RotateEncryptionKeyRequest.clone() |
RotateEncryptionKeyRequest |
RotateEncryptionKeyRequest.withClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster that you want to rotate the encryption keys for.
|
Copyright © 2024. All rights reserved.