Uses of Class
software.amazon.awssdk.services.kms.model.EncryptResponse
Packages that use EncryptResponse
-
Uses of EncryptResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return EncryptResponseModifier and TypeMethodDescriptiondefault EncryptResponseKmsClient.encrypt(Consumer<EncryptRequest.Builder> encryptRequest) Encrypts plaintext of up to 4,096 bytes using a KMS key.default EncryptResponseKmsClient.encrypt(EncryptRequest encryptRequest) Encrypts plaintext of up to 4,096 bytes using a KMS key.Methods in software.amazon.awssdk.services.kms that return types with arguments of type EncryptResponseModifier and TypeMethodDescriptiondefault CompletableFuture<EncryptResponse>KmsAsyncClient.encrypt(Consumer<EncryptRequest.Builder> encryptRequest) Encrypts plaintext of up to 4,096 bytes using a KMS key.default CompletableFuture<EncryptResponse>KmsAsyncClient.encrypt(EncryptRequest encryptRequest) Encrypts plaintext of up to 4,096 bytes using a KMS key.