Uses of Interface
software.amazon.awssdk.services.voiceid.model.ListFraudstersRequest.Builder
-
Packages that use ListFraudstersRequest.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 ListFraudstersRequest.Builder in software.amazon.awssdk.services.voiceid
-
Uses of ListFraudstersRequest.Builder in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return ListFraudstersRequest.Builder Modifier and Type Method Description static ListFraudstersRequest.BuilderListFraudstersRequest. builder()ListFraudstersRequest.BuilderListFraudstersRequest.Builder. domainId(String domainId)The identifier of the domain.ListFraudstersRequest.BuilderListFraudstersRequest.Builder. maxResults(Integer maxResults)The maximum number of results that are returned per call.ListFraudstersRequest.BuilderListFraudstersRequest.Builder. nextToken(String nextToken)IfNextTokenis returned, there are more results available.ListFraudstersRequest.BuilderListFraudstersRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFraudstersRequest.BuilderListFraudstersRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFraudstersRequest.BuilderListFraudstersRequest. toBuilder()ListFraudstersRequest.BuilderListFraudstersRequest.Builder. watchlistId(String watchlistId)The identifier of the watchlist.Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type ListFraudstersRequest.Builder Modifier and Type Method Description static Class<? extends ListFraudstersRequest.Builder>ListFraudstersRequest. serializableBuilderClass()
-