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