| 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 |
AmazonCloudWatchEvidentlyClient.listFeatures(ListFeaturesRequest request)
Returns configuration details about all the features in the specified project.
|
ListFeaturesResult |
AmazonCloudWatchEvidently.listFeatures(ListFeaturesRequest listFeaturesRequest)
Returns configuration details about all the features in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ListFeaturesResult |
ListFeaturesResult.clone() |
ListFeaturesResult |
ListFeaturesResult.withFeatures(Collection<FeatureSummary> features)
An array of structures that contain the configuration details of the features in the specified project.
|
ListFeaturesResult |
ListFeaturesResult.withFeatures(FeatureSummary... features)
An array of structures that contain the configuration details of the features in the specified project.
|
ListFeaturesResult |
ListFeaturesResult.withNextToken(String nextToken)
The token to use in a subsequent
ListFeatures operation to return the next set of results. |
Copyright © 2022. All rights reserved.