Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListRuleBasedMatchesResponse
-
Packages that use ListRuleBasedMatchesResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of ListRuleBasedMatchesResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return ListRuleBasedMatchesResponse Modifier and Type Method Description default ListRuleBasedMatchesResponseCustomerProfilesClient. listRuleBasedMatches(Consumer<ListRuleBasedMatchesRequest.Builder> listRuleBasedMatchesRequest)Returns a set ofMatchIdsthat belong to the given domain.default ListRuleBasedMatchesResponseCustomerProfilesClient. listRuleBasedMatches(ListRuleBasedMatchesRequest listRuleBasedMatchesRequest)Returns a set ofMatchIdsthat belong to the given domain.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type ListRuleBasedMatchesResponse Modifier and Type Method Description default CompletableFuture<ListRuleBasedMatchesResponse>CustomerProfilesAsyncClient. listRuleBasedMatches(Consumer<ListRuleBasedMatchesRequest.Builder> listRuleBasedMatchesRequest)Returns a set ofMatchIdsthat belong to the given domain.default CompletableFuture<ListRuleBasedMatchesResponse>CustomerProfilesAsyncClient. listRuleBasedMatches(ListRuleBasedMatchesRequest listRuleBasedMatchesRequest)Returns a set ofMatchIdsthat belong to the given domain.
-