| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default EncryptResponse |
KmsClient.encrypt(Consumer<EncryptRequest.Builder> encryptRequest)
Encrypts plaintext of up to 4,096 bytes using a KMS key.
|
default EncryptResponse |
KmsClient.encrypt(EncryptRequest encryptRequest)
Encrypts plaintext of up to 4,096 bytes using a KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
default 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.
|
Copyright © 2023. All rights reserved.