Uses of Class
software.amazon.awssdk.services.frauddetector.model.PutKmsEncryptionKeyRequest
-
Packages that use PutKmsEncryptionKeyRequest Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.transform -
-
Uses of PutKmsEncryptionKeyRequest in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector with parameters of type PutKmsEncryptionKeyRequest Modifier and Type Method Description default CompletableFuture<PutKmsEncryptionKeyResponse>FraudDetectorAsyncClient. putKMSEncryptionKey(PutKmsEncryptionKeyRequest 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. -
Uses of PutKmsEncryptionKeyRequest in software.amazon.awssdk.services.frauddetector.transform
Methods in software.amazon.awssdk.services.frauddetector.transform with parameters of type PutKmsEncryptionKeyRequest Modifier and Type Method Description SdkHttpFullRequestPutKmsEncryptionKeyRequestMarshaller. marshall(PutKmsEncryptionKeyRequest putKmsEncryptionKeyRequest)
-