Uses of Class
software.amazon.awssdk.services.evidently.model.CreateSegmentResponse
-
Packages that use CreateSegmentResponse Package Description software.amazon.awssdk.services.evidently You can use Amazon CloudWatch Evidently to safely validate new features by serving them to a specified percentage of your users while you roll out the feature. -
-
Uses of CreateSegmentResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return CreateSegmentResponse Modifier and Type Method Description default CreateSegmentResponseEvidentlyClient. createSegment(Consumer<CreateSegmentRequest.Builder> createSegmentRequest)Use this operation to define a segment of your audience.default CreateSegmentResponseEvidentlyClient. createSegment(CreateSegmentRequest createSegmentRequest)Use this operation to define a segment of your audience.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type CreateSegmentResponse Modifier and Type Method Description default CompletableFuture<CreateSegmentResponse>EvidentlyAsyncClient. createSegment(Consumer<CreateSegmentRequest.Builder> createSegmentRequest)Use this operation to define a segment of your audience.default CompletableFuture<CreateSegmentResponse>EvidentlyAsyncClient. createSegment(CreateSegmentRequest createSegmentRequest)Use this operation to define a segment of your audience.
-