| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently |
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.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteProjectResponse |
EvidentlyClient.deleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest)
Deletes an Evidently project.
|
default DeleteProjectResponse |
EvidentlyClient.deleteProject(DeleteProjectRequest deleteProjectRequest)
Deletes an Evidently project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteProjectResponse> |
EvidentlyAsyncClient.deleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest)
Deletes an Evidently project.
|
default CompletableFuture<DeleteProjectResponse> |
EvidentlyAsyncClient.deleteProject(DeleteProjectRequest deleteProjectRequest)
Deletes an Evidently project.
|
Copyright © 2023. All rights reserved.