Uses of Class
software.amazon.awssdk.services.frauddetector.model.PutKmsEncryptionKeyResponse
-
Packages that use PutKmsEncryptionKeyResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of PutKmsEncryptionKeyResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return PutKmsEncryptionKeyResponse Modifier and Type Method Description default PutKmsEncryptionKeyResponseFraudDetectorClient. putKMSEncryptionKey(Consumer<PutKmsEncryptionKeyRequest.Builder> putKmsEncryptionKeyRequest)Specifies the KMS key to be used to encrypt content in Amazon Fraud Detector.default PutKmsEncryptionKeyResponseFraudDetectorClient. putKMSEncryptionKey(PutKmsEncryptionKeyRequest putKmsEncryptionKeyRequest)Specifies the KMS key to be used to encrypt content in Amazon Fraud Detector.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type PutKmsEncryptionKeyResponse Modifier and Type Method Description default CompletableFuture<PutKmsEncryptionKeyResponse>FraudDetectorAsyncClient. putKMSEncryptionKey(Consumer<PutKmsEncryptionKeyRequest.Builder> putKmsEncryptionKeyRequest)Specifies the KMS key to be used to encrypt content in Amazon Fraud Detector.default CompletableFuture<PutKmsEncryptionKeyResponse>FraudDetectorAsyncClient. putKMSEncryptionKey(PutKmsEncryptionKeyRequest putKmsEncryptionKeyRequest)Specifies the KMS key to be used to encrypt content in Amazon Fraud Detector.
-