Uses of Class
software.amazon.awssdk.services.customerprofiles.model.MergeProfilesResponse
-
Packages that use MergeProfilesResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of MergeProfilesResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return MergeProfilesResponse Modifier and Type Method Description default MergeProfilesResponseCustomerProfilesClient. mergeProfiles(Consumer<MergeProfilesRequest.Builder> mergeProfilesRequest)Runs an AWS Lambda job that does the following:default MergeProfilesResponseCustomerProfilesClient. mergeProfiles(MergeProfilesRequest mergeProfilesRequest)Runs an AWS Lambda job that does the following:Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type MergeProfilesResponse Modifier and Type Method Description default CompletableFuture<MergeProfilesResponse>CustomerProfilesAsyncClient. mergeProfiles(Consumer<MergeProfilesRequest.Builder> mergeProfilesRequest)Runs an AWS Lambda job that does the following:default CompletableFuture<MergeProfilesResponse>CustomerProfilesAsyncClient. mergeProfiles(MergeProfilesRequest mergeProfilesRequest)Runs an AWS Lambda job that does the following:
-