| 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 |
|---|---|
ListFeaturesResult |
AbstractAmazonCloudWatchEvidently.listFeatures(ListFeaturesRequest request) |
ListFeaturesResult |
AmazonCloudWatchEvidently.listFeatures(ListFeaturesRequest listFeaturesRequest)
Returns configuration details about all the features in the specified project.
|
ListFeaturesResult |
AmazonCloudWatchEvidentlyClient.listFeatures(ListFeaturesRequest request)
Returns configuration details about all the features in the specified project.
|
Future<ListFeaturesResult> |
AbstractAmazonCloudWatchEvidentlyAsync.listFeaturesAsync(ListFeaturesRequest request) |
Future<ListFeaturesResult> |
AmazonCloudWatchEvidentlyAsync.listFeaturesAsync(ListFeaturesRequest listFeaturesRequest)
Returns configuration details about all the features in the specified project.
|
Future<ListFeaturesResult> |
AmazonCloudWatchEvidentlyAsyncClient.listFeaturesAsync(ListFeaturesRequest request) |
Future<ListFeaturesResult> |
AbstractAmazonCloudWatchEvidentlyAsync.listFeaturesAsync(ListFeaturesRequest request,
AsyncHandler<ListFeaturesRequest,ListFeaturesResult> asyncHandler) |
Future<ListFeaturesResult> |
AmazonCloudWatchEvidentlyAsync.listFeaturesAsync(ListFeaturesRequest listFeaturesRequest,
AsyncHandler<ListFeaturesRequest,ListFeaturesResult> asyncHandler)
Returns configuration details about all the features in the specified project.
|
Future<ListFeaturesResult> |
AmazonCloudWatchEvidentlyAsyncClient.listFeaturesAsync(ListFeaturesRequest request,
AsyncHandler<ListFeaturesRequest,ListFeaturesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListFeaturesResult> |
AbstractAmazonCloudWatchEvidentlyAsync.listFeaturesAsync(ListFeaturesRequest request,
AsyncHandler<ListFeaturesRequest,ListFeaturesResult> asyncHandler) |
Future<ListFeaturesResult> |
AmazonCloudWatchEvidentlyAsync.listFeaturesAsync(ListFeaturesRequest listFeaturesRequest,
AsyncHandler<ListFeaturesRequest,ListFeaturesResult> asyncHandler)
Returns configuration details about all the features in the specified project.
|
Future<ListFeaturesResult> |
AmazonCloudWatchEvidentlyAsyncClient.listFeaturesAsync(ListFeaturesRequest request,
AsyncHandler<ListFeaturesRequest,ListFeaturesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFeaturesRequest |
ListFeaturesRequest.clone() |
ListFeaturesRequest |
ListFeaturesRequest.withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListFeaturesRequest |
ListFeaturesRequest.withNextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListFeaturesRequest |
ListFeaturesRequest.withProject(String project)
The name or ARN of the project to return the feature list from.
|
Copyright © 2023. All rights reserved.