Uses of Interface
software.amazon.awssdk.services.kms.model.DecryptRequest.Builder
Packages that use DecryptRequest.Builder
Package
Description
-
Uses of DecryptRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type DecryptRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<DecryptResponse>KmsAsyncClient.decrypt(Consumer<DecryptRequest.Builder> decryptRequest) Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:default DecryptResponseKmsClient.decrypt(Consumer<DecryptRequest.Builder> decryptRequest) Decrypts ciphertext that was encrypted by a KMS key using any of the following operations: -
Uses of DecryptRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return DecryptRequest.BuilderModifier and TypeMethodDescriptionstatic DecryptRequest.BuilderDecryptRequest.builder()DecryptRequest.Builder.ciphertextBlob(SdkBytes ciphertextBlob) Ciphertext to be decrypted.Checks if your request will succeed.DecryptRequest.Builder.dryRunModifiers(Collection<DryRunModifierType> dryRunModifiers) Specifies the modifiers to apply to the dry run operation.DecryptRequest.Builder.dryRunModifiers(DryRunModifierType... dryRunModifiers) Specifies the modifiers to apply to the dry run operation.DecryptRequest.Builder.dryRunModifiersWithStrings(String... dryRunModifiers) Specifies the modifiers to apply to the dry run operation.DecryptRequest.Builder.dryRunModifiersWithStrings(Collection<String> dryRunModifiers) Specifies the modifiers to apply to the dry run operation.DecryptRequest.Builder.encryptionAlgorithm(String encryptionAlgorithm) Specifies the encryption algorithm that will be used to decrypt the ciphertext.DecryptRequest.Builder.encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) Specifies the encryption algorithm that will be used to decrypt the ciphertext.DecryptRequest.Builder.encryptionContext(Map<String, String> encryptionContext) Specifies the encryption context to use when decrypting the data.DecryptRequest.Builder.grantTokens(String... grantTokens) A list of grant tokens.DecryptRequest.Builder.grantTokens(Collection<String> grantTokens) A list of grant tokens.Specifies the KMS key that KMS uses to decrypt the ciphertext.DecryptRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DecryptRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default DecryptRequest.BuilderDecryptRequest.Builder.recipient(Consumer<RecipientInfo.Builder> recipient) A signed attestation document from an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to use with the public key in the attestation document.DecryptRequest.Builder.recipient(RecipientInfo recipient) A signed attestation document from an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to use with the public key in the attestation document.DecryptRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type DecryptRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DecryptRequest.Builder>DecryptRequest.serializableBuilderClass()