| 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 |
|---|---|
Future<ListSegmentReferencesResult> |
AbstractAmazonCloudWatchEvidentlyAsync.listSegmentReferencesAsync(ListSegmentReferencesRequest request,
AsyncHandler<ListSegmentReferencesRequest,ListSegmentReferencesResult> asyncHandler) |
Future<ListSegmentReferencesResult> |
AmazonCloudWatchEvidentlyAsyncClient.listSegmentReferencesAsync(ListSegmentReferencesRequest request,
AsyncHandler<ListSegmentReferencesRequest,ListSegmentReferencesResult> asyncHandler) |
Future<ListSegmentReferencesResult> |
AmazonCloudWatchEvidentlyAsync.listSegmentReferencesAsync(ListSegmentReferencesRequest listSegmentReferencesRequest,
AsyncHandler<ListSegmentReferencesRequest,ListSegmentReferencesResult> asyncHandler)
Use this operation to find which experiments or launches are using a specified segment.
|
| Modifier and Type | Method and Description |
|---|---|
ListSegmentReferencesRequest |
ListSegmentReferencesRequest.clone() |
ListSegmentReferencesRequest |
ListSegmentReferencesRequest.withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListSegmentReferencesRequest |
ListSegmentReferencesRequest.withNextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListSegmentReferencesRequest |
ListSegmentReferencesRequest.withSegment(String segment)
The ARN of the segment that you want to view information for.
|
ListSegmentReferencesRequest |
ListSegmentReferencesRequest.withType(SegmentReferenceResourceType type)
Specifies whether to return information about launches or experiments that use this segment.
|
ListSegmentReferencesRequest |
ListSegmentReferencesRequest.withType(String type)
Specifies whether to return information about launches or experiments that use this segment.
|
Copyright © 2023. All rights reserved.