Uses of Class
software.amazon.awssdk.services.customerprofiles.model.GetAutoMergingPreviewResponse
-
Packages that use GetAutoMergingPreviewResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of GetAutoMergingPreviewResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return GetAutoMergingPreviewResponse Modifier and Type Method Description default GetAutoMergingPreviewResponseCustomerProfilesClient. getAutoMergingPreview(Consumer<GetAutoMergingPreviewRequest.Builder> getAutoMergingPreviewRequest)Tests the auto-merging settings of your Identity Resolution Job without merging your data.default GetAutoMergingPreviewResponseCustomerProfilesClient. getAutoMergingPreview(GetAutoMergingPreviewRequest getAutoMergingPreviewRequest)Tests the auto-merging settings of your Identity Resolution Job without merging your data.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type GetAutoMergingPreviewResponse Modifier and Type Method Description default CompletableFuture<GetAutoMergingPreviewResponse>CustomerProfilesAsyncClient. getAutoMergingPreview(Consumer<GetAutoMergingPreviewRequest.Builder> getAutoMergingPreviewRequest)Tests the auto-merging settings of your Identity Resolution Job without merging your data.default CompletableFuture<GetAutoMergingPreviewResponse>CustomerProfilesAsyncClient. getAutoMergingPreview(GetAutoMergingPreviewRequest getAutoMergingPreviewRequest)Tests the auto-merging settings of your Identity Resolution Job without merging your data.
-