Uses of Class
com.amazonaws.services.redshift.model.RotateEncryptionKeyRequest
Packages that use RotateEncryptionKeyRequest
-
Uses of RotateEncryptionKeyRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type RotateEncryptionKeyRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.rotateEncryptionKey
(RotateEncryptionKeyRequest request) AmazonRedshift.rotateEncryptionKey
(RotateEncryptionKeyRequest rotateEncryptionKeyRequest) Rotates the encryption keys for a cluster.AmazonRedshiftClient.rotateEncryptionKey
(RotateEncryptionKeyRequest rotateEncryptionKeyRequest) Rotates the encryption keys for a cluster.AbstractAmazonRedshiftAsync.rotateEncryptionKeyAsync
(RotateEncryptionKeyRequest request) AbstractAmazonRedshiftAsync.rotateEncryptionKeyAsync
(RotateEncryptionKeyRequest request, AsyncHandler<RotateEncryptionKeyRequest, Cluster> asyncHandler) AmazonRedshiftAsync.rotateEncryptionKeyAsync
(RotateEncryptionKeyRequest rotateEncryptionKeyRequest) Rotates the encryption keys for a cluster.AmazonRedshiftAsync.rotateEncryptionKeyAsync
(RotateEncryptionKeyRequest rotateEncryptionKeyRequest, AsyncHandler<RotateEncryptionKeyRequest, Cluster> asyncHandler) Rotates the encryption keys for a cluster.AmazonRedshiftAsyncClient.rotateEncryptionKeyAsync
(RotateEncryptionKeyRequest request) AmazonRedshiftAsyncClient.rotateEncryptionKeyAsync
(RotateEncryptionKeyRequest request, AsyncHandler<RotateEncryptionKeyRequest, Cluster> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type RotateEncryptionKeyRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.rotateEncryptionKeyAsync
(RotateEncryptionKeyRequest request, AsyncHandler<RotateEncryptionKeyRequest, Cluster> asyncHandler) AmazonRedshiftAsync.rotateEncryptionKeyAsync
(RotateEncryptionKeyRequest rotateEncryptionKeyRequest, AsyncHandler<RotateEncryptionKeyRequest, Cluster> asyncHandler) Rotates the encryption keys for a 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 RotateEncryptionKeyRequestModifier and TypeMethodDescriptionRotateEncryptionKeyRequest.clone()
RotateEncryptionKeyRequest.withClusterIdentifier
(String clusterIdentifier) The unique identifier of the cluster that you want to rotate the encryption keys for.