Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.ListRuleBasedMatchesRequest.Builder
-
Packages that use ListRuleBasedMatchesRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListRuleBasedMatchesRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type ListRuleBasedMatchesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRuleBasedMatchesResponse>CustomerProfilesAsyncClient. listRuleBasedMatches(Consumer<ListRuleBasedMatchesRequest.Builder> listRuleBasedMatchesRequest)Returns a set ofMatchIdsthat belong to the given domain.default ListRuleBasedMatchesResponseCustomerProfilesClient. listRuleBasedMatches(Consumer<ListRuleBasedMatchesRequest.Builder> listRuleBasedMatchesRequest)Returns a set ofMatchIdsthat belong to the given domain. -
Uses of ListRuleBasedMatchesRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ListRuleBasedMatchesRequest.Builder Modifier and Type Method Description static ListRuleBasedMatchesRequest.BuilderListRuleBasedMatchesRequest. builder()ListRuleBasedMatchesRequest.BuilderListRuleBasedMatchesRequest.Builder. domainName(String domainName)The unique name of the domain.ListRuleBasedMatchesRequest.BuilderListRuleBasedMatchesRequest.Builder. maxResults(Integer maxResults)The maximum number ofMatchIdsreturned per page.ListRuleBasedMatchesRequest.BuilderListRuleBasedMatchesRequest.Builder. nextToken(String nextToken)The pagination token from the previousListRuleBasedMatchesAPI call.ListRuleBasedMatchesRequest.BuilderListRuleBasedMatchesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRuleBasedMatchesRequest.BuilderListRuleBasedMatchesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRuleBasedMatchesRequest.BuilderListRuleBasedMatchesRequest. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListRuleBasedMatchesRequest.Builder Modifier and Type Method Description static Class<? extends ListRuleBasedMatchesRequest.Builder>ListRuleBasedMatchesRequest. serializableBuilderClass()
-