Package | Description |
---|---|
com.amazonaws.services.redshift |
Synchronous and asynchronous client classes for accessing AmazonRedshift.
|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
AmazonRedshiftClient.rotateEncryptionKey(RotateEncryptionKeyRequest rotateEncryptionKeyRequest)
Rotates the encryption keys for a cluster.
|
Cluster |
AmazonRedshift.rotateEncryptionKey(RotateEncryptionKeyRequest rotateEncryptionKeyRequest)
Rotates the encryption keys for a cluster.
|
Future<Cluster> |
AmazonRedshiftAsync.rotateEncryptionKeyAsync(RotateEncryptionKeyRequest rotateEncryptionKeyRequest)
Rotates the encryption keys for a cluster.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.rotateEncryptionKeyAsync(RotateEncryptionKeyRequest rotateEncryptionKeyRequest)
Rotates the encryption keys for a cluster.
|
Future<Cluster> |
AmazonRedshiftAsync.rotateEncryptionKeyAsync(RotateEncryptionKeyRequest rotateEncryptionKeyRequest,
AsyncHandler<RotateEncryptionKeyRequest,Cluster> asyncHandler)
Rotates the encryption keys for a cluster.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.rotateEncryptionKeyAsync(RotateEncryptionKeyRequest rotateEncryptionKeyRequest,
AsyncHandler<RotateEncryptionKeyRequest,Cluster> asyncHandler)
Rotates the encryption keys for a cluster.
|
Modifier and Type | Method and Description |
---|---|
Future<Cluster> |
AmazonRedshiftAsync.rotateEncryptionKeyAsync(RotateEncryptionKeyRequest rotateEncryptionKeyRequest,
AsyncHandler<RotateEncryptionKeyRequest,Cluster> asyncHandler)
Rotates the encryption keys for a cluster.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.rotateEncryptionKeyAsync(RotateEncryptionKeyRequest rotateEncryptionKeyRequest,
AsyncHandler<RotateEncryptionKeyRequest,Cluster> asyncHandler)
Rotates the encryption keys for a cluster.
|
Modifier and Type | Method and Description |
---|---|
RotateEncryptionKeyRequest |
RotateEncryptionKeyRequest.withClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster that you want to rotate the
encryption keys for.
|
Copyright © 2014. All rights reserved.