Uses of Interface
software.amazon.awssdk.services.frauddetector.model.GetKmsEncryptionKeyRequest.Builder
-
Packages that use GetKmsEncryptionKeyRequest.Builder Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.model -
-
Uses of GetKmsEncryptionKeyRequest.Builder in software.amazon.awssdk.services.frauddetector
Method parameters in software.amazon.awssdk.services.frauddetector with type arguments of type GetKmsEncryptionKeyRequest.Builder 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 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. -
Uses of GetKmsEncryptionKeyRequest.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return GetKmsEncryptionKeyRequest.Builder Modifier and Type Method Description static GetKmsEncryptionKeyRequest.BuilderGetKmsEncryptionKeyRequest. builder()GetKmsEncryptionKeyRequest.BuilderGetKmsEncryptionKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetKmsEncryptionKeyRequest.BuilderGetKmsEncryptionKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetKmsEncryptionKeyRequest.BuilderGetKmsEncryptionKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type GetKmsEncryptionKeyRequest.Builder Modifier and Type Method Description static Class<? extends GetKmsEncryptionKeyRequest.Builder>GetKmsEncryptionKeyRequest. serializableBuilderClass()
-