Uses of Class
software.amazon.awssdk.services.customerprofiles.model.CreateSegmentEstimateResponse
-
Packages that use CreateSegmentEstimateResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of CreateSegmentEstimateResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return CreateSegmentEstimateResponse Modifier and Type Method Description default CreateSegmentEstimateResponseCustomerProfilesClient. createSegmentEstimate(Consumer<CreateSegmentEstimateRequest.Builder> createSegmentEstimateRequest)Creates a segment estimate query.default CreateSegmentEstimateResponseCustomerProfilesClient. createSegmentEstimate(CreateSegmentEstimateRequest createSegmentEstimateRequest)Creates a segment estimate query.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type CreateSegmentEstimateResponse Modifier and Type Method Description default CompletableFuture<CreateSegmentEstimateResponse>CustomerProfilesAsyncClient. createSegmentEstimate(Consumer<CreateSegmentEstimateRequest.Builder> createSegmentEstimateRequest)Creates a segment estimate query.default CompletableFuture<CreateSegmentEstimateResponse>CustomerProfilesAsyncClient. createSegmentEstimate(CreateSegmentEstimateRequest createSegmentEstimateRequest)Creates a segment estimate query.
-