| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently |
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.
|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
CreateSegmentResult |
AmazonCloudWatchEvidentlyClient.createSegment(CreateSegmentRequest request)
Use this operation to define a segment of your audience.
|
CreateSegmentResult |
AbstractAmazonCloudWatchEvidently.createSegment(CreateSegmentRequest request) |
CreateSegmentResult |
AmazonCloudWatchEvidently.createSegment(CreateSegmentRequest createSegmentRequest)
Use this operation to define a segment of your audience.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSegmentResult> |
AbstractAmazonCloudWatchEvidentlyAsync.createSegmentAsync(CreateSegmentRequest request,
AsyncHandler<CreateSegmentRequest,CreateSegmentResult> asyncHandler) |
Future<CreateSegmentResult> |
AmazonCloudWatchEvidentlyAsync.createSegmentAsync(CreateSegmentRequest createSegmentRequest,
AsyncHandler<CreateSegmentRequest,CreateSegmentResult> asyncHandler)
Use this operation to define a segment of your audience.
|
Future<CreateSegmentResult> |
AmazonCloudWatchEvidentlyAsyncClient.createSegmentAsync(CreateSegmentRequest request,
AsyncHandler<CreateSegmentRequest,CreateSegmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSegmentResult |
CreateSegmentResult.clone() |
CreateSegmentResult |
CreateSegmentResult.withSegment(Segment segment)
A structure that contains the complete information about the segment that was just created.
|
Copyright © 2025. All rights reserved.