Uses of Class
software.amazon.awssdk.services.customerprofiles.model.GetSimilarProfilesResponse
-
Packages that use GetSimilarProfilesResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.paginators -
-
Uses of GetSimilarProfilesResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return GetSimilarProfilesResponse Modifier and Type Method Description default GetSimilarProfilesResponseCustomerProfilesClient. getSimilarProfiles(Consumer<GetSimilarProfilesRequest.Builder> getSimilarProfilesRequest)Returns a set of profiles that belong to the same matching group using thematchIdorprofileId.default GetSimilarProfilesResponseCustomerProfilesClient. getSimilarProfiles(GetSimilarProfilesRequest getSimilarProfilesRequest)Returns a set of profiles that belong to the same matching group using thematchIdorprofileId.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type GetSimilarProfilesResponse Modifier and Type Method Description default CompletableFuture<GetSimilarProfilesResponse>CustomerProfilesAsyncClient. getSimilarProfiles(Consumer<GetSimilarProfilesRequest.Builder> getSimilarProfilesRequest)Returns a set of profiles that belong to the same matching group using thematchIdorprofileId.default CompletableFuture<GetSimilarProfilesResponse>CustomerProfilesAsyncClient. getSimilarProfiles(GetSimilarProfilesRequest getSimilarProfilesRequest)Returns a set of profiles that belong to the same matching group using thematchIdorprofileId. -
Uses of GetSimilarProfilesResponse in software.amazon.awssdk.services.customerprofiles.paginators
Methods in software.amazon.awssdk.services.customerprofiles.paginators that return types with arguments of type GetSimilarProfilesResponse Modifier and Type Method Description Iterator<GetSimilarProfilesResponse>GetSimilarProfilesIterable. iterator()Method parameters in software.amazon.awssdk.services.customerprofiles.paginators with type arguments of type GetSimilarProfilesResponse Modifier and Type Method Description voidGetSimilarProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetSimilarProfilesResponse> subscriber)
-