Uses of Interface
software.amazon.awssdk.services.kms.model.EncryptRequest.Builder
Packages that use EncryptRequest.Builder
Package
Description
-
Uses of EncryptRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type EncryptRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<EncryptResponse>KmsAsyncClient.encrypt(Consumer<EncryptRequest.Builder> encryptRequest) Encrypts plaintext of up to 4,096 bytes using a KMS key.default EncryptResponseKmsClient.encrypt(Consumer<EncryptRequest.Builder> encryptRequest) Encrypts plaintext of up to 4,096 bytes using a KMS key. -
Uses of EncryptRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return EncryptRequest.BuilderModifier and TypeMethodDescriptionstatic EncryptRequest.BuilderEncryptRequest.builder()Checks if your request will succeed.EncryptRequest.Builder.encryptionAlgorithm(String encryptionAlgorithm) Specifies the encryption algorithm that KMS will use to encrypt the plaintext message.EncryptRequest.Builder.encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) Specifies the encryption algorithm that KMS will use to encrypt the plaintext message.EncryptRequest.Builder.encryptionContext(Map<String, String> encryptionContext) Specifies the encryption context that will be used to encrypt the data.EncryptRequest.Builder.grantTokens(String... grantTokens) A list of grant tokens.EncryptRequest.Builder.grantTokens(Collection<String> grantTokens) A list of grant tokens.Identifies the KMS key to use in the encryption operation.EncryptRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) EncryptRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Data to be encrypted.EncryptRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type EncryptRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EncryptRequest.Builder>EncryptRequest.serializableBuilderClass()