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