Uses of Interface
software.amazon.awssdk.services.kms.model.ReEncryptResponse.Builder
Packages that use ReEncryptResponse.Builder
-
Uses of ReEncryptResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ReEncryptResponse.BuilderModifier and TypeMethodDescriptionstatic ReEncryptResponse.BuilderReEncryptResponse.builder()ReEncryptResponse.Builder.ciphertextBlob(SdkBytes ciphertextBlob) The reencrypted data.ReEncryptResponse.Builder.destinationEncryptionAlgorithm(String destinationEncryptionAlgorithm) The encryption algorithm that was used to reencrypt the data.ReEncryptResponse.Builder.destinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm) The encryption algorithm that was used to reencrypt the data.ReEncryptResponse.Builder.destinationKeyMaterialId(String destinationKeyMaterialId) The identifier of the key material used to reencrypt the data.The Amazon Resource Name (key ARN) of the KMS key that was used to reencrypt the data.ReEncryptResponse.Builder.sourceEncryptionAlgorithm(String sourceEncryptionAlgorithm) The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.ReEncryptResponse.Builder.sourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm) The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.ReEncryptResponse.Builder.sourceKeyId(String sourceKeyId) Unique identifier of the KMS key used to originally encrypt the data.ReEncryptResponse.Builder.sourceKeyMaterialId(String sourceKeyMaterialId) The identifier of the key material used to originally encrypt the data.ReEncryptResponse.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ReEncryptResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReEncryptResponse.Builder>ReEncryptResponse.serializableBuilderClass()