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