Uses of Class
com.amazonaws.services.redshift.model.RotateEncryptionKeyRequest

Packages that use RotateEncryptionKeyRequest
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. 
 

Uses of RotateEncryptionKeyRequest in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift with parameters of type RotateEncryptionKeyRequest
 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> AmazonRedshiftAsyncClient.rotateEncryptionKeyAsync(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, AsyncHandler<RotateEncryptionKeyRequest,Cluster> asyncHandler)
           Rotates the encryption keys for a cluster.
 Future<Cluster> AmazonRedshiftAsync.rotateEncryptionKeyAsync(RotateEncryptionKeyRequest rotateEncryptionKeyRequest, AsyncHandler<RotateEncryptionKeyRequest,Cluster> asyncHandler)
           Rotates the encryption keys for a cluster.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type RotateEncryptionKeyRequest
 Future<Cluster> AmazonRedshiftAsyncClient.rotateEncryptionKeyAsync(RotateEncryptionKeyRequest rotateEncryptionKeyRequest, AsyncHandler<RotateEncryptionKeyRequest,Cluster> asyncHandler)
           Rotates the encryption keys for a cluster.
 Future<Cluster> AmazonRedshiftAsync.rotateEncryptionKeyAsync(RotateEncryptionKeyRequest rotateEncryptionKeyRequest, AsyncHandler<RotateEncryptionKeyRequest,Cluster> asyncHandler)
           Rotates the encryption keys for a cluster.
 

Uses of RotateEncryptionKeyRequest in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return RotateEncryptionKeyRequest
 RotateEncryptionKeyRequest RotateEncryptionKeyRequest.withClusterIdentifier(String clusterIdentifier)
          The unique identifier of the cluster that you want to rotate the encryption keys for.
 



Copyright © 2016. All rights reserved.