Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetKmsEncryptionKeyRequest
-
Packages that use GetKmsEncryptionKeyRequest Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.transform -
-
Uses of GetKmsEncryptionKeyRequest in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector with parameters of type GetKmsEncryptionKeyRequest Modifier and Type Method Description default CompletableFuture<GetKmsEncryptionKeyResponse>FraudDetectorAsyncClient. getKMSEncryptionKey(GetKmsEncryptionKeyRequest getKmsEncryptionKeyRequest)Gets the encryption key if a KMS key has been specified to be used to encrypt content in Amazon Fraud Detector.default GetKmsEncryptionKeyResponseFraudDetectorClient. getKMSEncryptionKey(GetKmsEncryptionKeyRequest getKmsEncryptionKeyRequest)Gets the encryption key if a KMS key has been specified to be used to encrypt content in Amazon Fraud Detector. -
Uses of GetKmsEncryptionKeyRequest in software.amazon.awssdk.services.frauddetector.transform
Methods in software.amazon.awssdk.services.frauddetector.transform with parameters of type GetKmsEncryptionKeyRequest Modifier and Type Method Description SdkHttpFullRequestGetKmsEncryptionKeyRequestMarshaller. marshall(GetKmsEncryptionKeyRequest getKmsEncryptionKeyRequest)
-