| 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 |
|---|---|
ListSegmentReferencesResult |
AmazonCloudWatchEvidentlyClient.listSegmentReferences(ListSegmentReferencesRequest request)
Use this operation to find which experiments or launches are using a specified segment.
|
ListSegmentReferencesResult |
AbstractAmazonCloudWatchEvidently.listSegmentReferences(ListSegmentReferencesRequest request) |
ListSegmentReferencesResult |
AmazonCloudWatchEvidently.listSegmentReferences(ListSegmentReferencesRequest listSegmentReferencesRequest)
Use this operation to find which experiments or launches are using a specified segment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListSegmentReferencesResult> |
AmazonCloudWatchEvidentlyAsyncClient.listSegmentReferencesAsync(ListSegmentReferencesRequest request,
AsyncHandler<ListSegmentReferencesRequest,ListSegmentReferencesResult> asyncHandler) |
Future<ListSegmentReferencesResult> |
AbstractAmazonCloudWatchEvidentlyAsync.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 |
|---|---|
ListSegmentReferencesResult |
ListSegmentReferencesResult.clone() |
ListSegmentReferencesResult |
ListSegmentReferencesResult.withNextToken(String nextToken)
The token to use in a subsequent
ListSegmentReferences operation to return the next set of results. |
ListSegmentReferencesResult |
ListSegmentReferencesResult.withReferencedBy(Collection<RefResource> referencedBy)
An array of structures, where each structure contains information about one experiment or launch that uses this
segment.
|
ListSegmentReferencesResult |
ListSegmentReferencesResult.withReferencedBy(RefResource... referencedBy)
An array of structures, where each structure contains information about one experiment or launch that uses this
segment.
|
Copyright © 2024. All rights reserved.