Uses of Interface
software.amazon.awssdk.services.voiceid.model.AssociateFraudsterRequest.Builder
-
Packages that use AssociateFraudsterRequest.Builder Package Description software.amazon.awssdk.services.voiceid Amazon Connect Voice ID provides real-time caller authentication and fraud risk detection, which make voice interactions in contact centers more secure and efficient.software.amazon.awssdk.services.voiceid.model -
-
Uses of AssociateFraudsterRequest.Builder in software.amazon.awssdk.services.voiceid
Method parameters in software.amazon.awssdk.services.voiceid with type arguments of type AssociateFraudsterRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateFraudsterResponse>VoiceIdAsyncClient. associateFraudster(Consumer<AssociateFraudsterRequest.Builder> associateFraudsterRequest)Associates the fraudsters with the watchlist specified in the same domain.default AssociateFraudsterResponseVoiceIdClient. associateFraudster(Consumer<AssociateFraudsterRequest.Builder> associateFraudsterRequest)Associates the fraudsters with the watchlist specified in the same domain. -
Uses of AssociateFraudsterRequest.Builder in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return AssociateFraudsterRequest.Builder Modifier and Type Method Description static AssociateFraudsterRequest.BuilderAssociateFraudsterRequest. builder()AssociateFraudsterRequest.BuilderAssociateFraudsterRequest.Builder. domainId(String domainId)The identifier of the domain that contains the fraudster.AssociateFraudsterRequest.BuilderAssociateFraudsterRequest.Builder. fraudsterId(String fraudsterId)The identifier of the fraudster to be associated with the watchlist.AssociateFraudsterRequest.BuilderAssociateFraudsterRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateFraudsterRequest.BuilderAssociateFraudsterRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateFraudsterRequest.BuilderAssociateFraudsterRequest. toBuilder()AssociateFraudsterRequest.BuilderAssociateFraudsterRequest.Builder. watchlistId(String watchlistId)The identifier of the watchlist you want to associate with the fraudster.Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type AssociateFraudsterRequest.Builder Modifier and Type Method Description static Class<? extends AssociateFraudsterRequest.Builder>AssociateFraudsterRequest. serializableBuilderClass()
-