Uses of Class
software.amazon.awssdk.services.redshift.model.RotateEncryptionKeyResponse
-
Packages that use RotateEncryptionKeyResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of RotateEncryptionKeyResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return RotateEncryptionKeyResponse Modifier and Type Method Description default RotateEncryptionKeyResponseRedshiftClient. rotateEncryptionKey(Consumer<RotateEncryptionKeyRequest.Builder> rotateEncryptionKeyRequest)Rotates the encryption keys for a cluster.default RotateEncryptionKeyResponseRedshiftClient. rotateEncryptionKey(RotateEncryptionKeyRequest rotateEncryptionKeyRequest)Rotates the encryption keys for a cluster.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type RotateEncryptionKeyResponse Modifier and Type Method Description default CompletableFuture<RotateEncryptionKeyResponse>RedshiftAsyncClient. rotateEncryptionKey(Consumer<RotateEncryptionKeyRequest.Builder> rotateEncryptionKeyRequest)Rotates the encryption keys for a cluster.default CompletableFuture<RotateEncryptionKeyResponse>RedshiftAsyncClient. rotateEncryptionKey(RotateEncryptionKeyRequest rotateEncryptionKeyRequest)Rotates the encryption keys for a cluster.
-