Uses of Class
com.amazonaws.services.redshift.model.RotateEncryptionKeyRequest
-
Packages that use RotateEncryptionKeyRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of RotateEncryptionKeyRequest in com.amazonaws.services.redshift
Method parameters in com.amazonaws.services.redshift with type arguments of type RotateEncryptionKeyRequest Modifier and Type Method 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)
-
Uses of RotateEncryptionKeyRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return RotateEncryptionKeyRequest Modifier and Type Method Description RotateEncryptionKeyRequest
RotateEncryptionKeyRequest. clone()
RotateEncryptionKeyRequest
RotateEncryptionKeyRequest. withClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster that you want to rotate the encryption keys for.
-