| 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<DeleteFeatureResult> |
AbstractAmazonCloudWatchEvidentlyAsync.deleteFeatureAsync(DeleteFeatureRequest request,
AsyncHandler<DeleteFeatureRequest,DeleteFeatureResult> asyncHandler) |
Future<DeleteFeatureResult> |
AmazonCloudWatchEvidentlyAsync.deleteFeatureAsync(DeleteFeatureRequest deleteFeatureRequest,
AsyncHandler<DeleteFeatureRequest,DeleteFeatureResult> asyncHandler)
Deletes an Evidently feature.
|
Future<DeleteFeatureResult> |
AmazonCloudWatchEvidentlyAsyncClient.deleteFeatureAsync(DeleteFeatureRequest request,
AsyncHandler<DeleteFeatureRequest,DeleteFeatureResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteFeatureRequest |
DeleteFeatureRequest.clone() |
DeleteFeatureRequest |
DeleteFeatureRequest.withFeature(String feature)
The name of the feature to delete.
|
DeleteFeatureRequest |
DeleteFeatureRequest.withProject(String project)
The name or ARN of the project that contains the feature to delete.
|
Copyright © 2022. All rights reserved.