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 -
-
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.
-