| 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 |
|---|---|
ListExperimentsResult |
AbstractAmazonCloudWatchEvidently.listExperiments(ListExperimentsRequest request) |
ListExperimentsResult |
AmazonCloudWatchEvidentlyClient.listExperiments(ListExperimentsRequest request)
Returns configuration details about all the experiments in the specified project.
|
ListExperimentsResult |
AmazonCloudWatchEvidently.listExperiments(ListExperimentsRequest listExperimentsRequest)
Returns configuration details about all the experiments in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListExperimentsResult> |
AmazonCloudWatchEvidentlyAsyncClient.listExperimentsAsync(ListExperimentsRequest request,
AsyncHandler<ListExperimentsRequest,ListExperimentsResult> asyncHandler) |
Future<ListExperimentsResult> |
AbstractAmazonCloudWatchEvidentlyAsync.listExperimentsAsync(ListExperimentsRequest request,
AsyncHandler<ListExperimentsRequest,ListExperimentsResult> asyncHandler) |
Future<ListExperimentsResult> |
AmazonCloudWatchEvidentlyAsync.listExperimentsAsync(ListExperimentsRequest listExperimentsRequest,
AsyncHandler<ListExperimentsRequest,ListExperimentsResult> asyncHandler)
Returns configuration details about all the experiments in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
ListExperimentsResult |
ListExperimentsResult.clone() |
ListExperimentsResult |
ListExperimentsResult.withExperiments(Collection<Experiment> experiments)
An array of structures that contain the configuration details of the experiments in the specified project.
|
ListExperimentsResult |
ListExperimentsResult.withExperiments(Experiment... experiments)
An array of structures that contain the configuration details of the experiments in the specified project.
|
ListExperimentsResult |
ListExperimentsResult.withNextToken(String nextToken)
The token to use in a subsequent
ListExperiments operation to return the next set of results. |
Copyright © 2022. All rights reserved.