Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.GetSegmentEstimateRequest.Builder
-
Packages that use GetSegmentEstimateRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of GetSegmentEstimateRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type GetSegmentEstimateRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSegmentEstimateResponse>CustomerProfilesAsyncClient. getSegmentEstimate(Consumer<GetSegmentEstimateRequest.Builder> getSegmentEstimateRequest)Gets the result of a segment estimate query.default GetSegmentEstimateResponseCustomerProfilesClient. getSegmentEstimate(Consumer<GetSegmentEstimateRequest.Builder> getSegmentEstimateRequest)Gets the result of a segment estimate query. -
Uses of GetSegmentEstimateRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return GetSegmentEstimateRequest.Builder Modifier and Type Method Description static GetSegmentEstimateRequest.BuilderGetSegmentEstimateRequest. builder()GetSegmentEstimateRequest.BuilderGetSegmentEstimateRequest.Builder. domainName(String domainName)The unique name of the domain.GetSegmentEstimateRequest.BuilderGetSegmentEstimateRequest.Builder. estimateId(String estimateId)The query Id passed by a previousCreateSegmentEstimateoperation.GetSegmentEstimateRequest.BuilderGetSegmentEstimateRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSegmentEstimateRequest.BuilderGetSegmentEstimateRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSegmentEstimateRequest.BuilderGetSegmentEstimateRequest. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type GetSegmentEstimateRequest.Builder Modifier and Type Method Description static Class<? extends GetSegmentEstimateRequest.Builder>GetSegmentEstimateRequest. serializableBuilderClass()
-