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