Uses of Class
software.amazon.awssdk.services.customerprofiles.model.GetSegmentEstimateResponse
-
Packages that use GetSegmentEstimateResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of GetSegmentEstimateResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return GetSegmentEstimateResponse Modifier and Type Method Description default GetSegmentEstimateResponseCustomerProfilesClient. getSegmentEstimate(Consumer<GetSegmentEstimateRequest.Builder> getSegmentEstimateRequest)Gets the result of a segment estimate query.default GetSegmentEstimateResponseCustomerProfilesClient. getSegmentEstimate(GetSegmentEstimateRequest getSegmentEstimateRequest)Gets the result of a segment estimate query.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type GetSegmentEstimateResponse Modifier and Type Method Description default CompletableFuture<GetSegmentEstimateResponse>CustomerProfilesAsyncClient. getSegmentEstimate(Consumer<GetSegmentEstimateRequest.Builder> getSegmentEstimateRequest)Gets the result of a segment estimate query.default CompletableFuture<GetSegmentEstimateResponse>CustomerProfilesAsyncClient. getSegmentEstimate(GetSegmentEstimateRequest getSegmentEstimateRequest)Gets the result of a segment estimate query.
-