| 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<DeleteProjectResult> |
AmazonCloudWatchEvidentlyAsyncClient.deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler) |
Future<DeleteProjectResult> |
AbstractAmazonCloudWatchEvidentlyAsync.deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler) |
Future<DeleteProjectResult> |
AmazonCloudWatchEvidentlyAsync.deleteProjectAsync(DeleteProjectRequest deleteProjectRequest,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
Deletes an Evidently project.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteProjectRequest |
DeleteProjectRequest.clone() |
DeleteProjectRequest |
DeleteProjectRequest.withProject(String project)
The name or ARN of the project to delete.
|
Copyright © 2024. All rights reserved.