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 software.amazon.awssdk.services.customerprofiles.paginators -
-
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. -
Uses of ListRuleBasedMatchesResponse in software.amazon.awssdk.services.customerprofiles.paginators
Methods in software.amazon.awssdk.services.customerprofiles.paginators that return types with arguments of type ListRuleBasedMatchesResponse Modifier and Type Method Description Iterator<ListRuleBasedMatchesResponse>ListRuleBasedMatchesIterable. iterator()Method parameters in software.amazon.awssdk.services.customerprofiles.paginators with type arguments of type ListRuleBasedMatchesResponse Modifier and Type Method Description voidListRuleBasedMatchesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRuleBasedMatchesResponse> subscriber)
-