Uses of Interface
software.amazon.awssdk.services.redshift.model.RotateEncryptionKeyRequest.Builder
-
Packages that use RotateEncryptionKeyRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of RotateEncryptionKeyRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type RotateEncryptionKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<RotateEncryptionKeyResponse>RedshiftAsyncClient. rotateEncryptionKey(Consumer<RotateEncryptionKeyRequest.Builder> rotateEncryptionKeyRequest)Rotates the encryption keys for a cluster.default RotateEncryptionKeyResponseRedshiftClient. rotateEncryptionKey(Consumer<RotateEncryptionKeyRequest.Builder> rotateEncryptionKeyRequest)Rotates the encryption keys for a cluster. -
Uses of RotateEncryptionKeyRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return RotateEncryptionKeyRequest.Builder Modifier and Type Method Description static RotateEncryptionKeyRequest.BuilderRotateEncryptionKeyRequest. builder()RotateEncryptionKeyRequest.BuilderRotateEncryptionKeyRequest.Builder. clusterIdentifier(String clusterIdentifier)The unique identifier of the cluster that you want to rotate the encryption keys for.RotateEncryptionKeyRequest.BuilderRotateEncryptionKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RotateEncryptionKeyRequest.BuilderRotateEncryptionKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RotateEncryptionKeyRequest.BuilderRotateEncryptionKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type RotateEncryptionKeyRequest.Builder Modifier and Type Method Description static Class<? extends RotateEncryptionKeyRequest.Builder>RotateEncryptionKeyRequest. serializableBuilderClass()
-