| 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 UpdateProjectResponse |
EvidentlyClient.updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)
Updates the description of an existing project.
|
default UpdateProjectResponse |
EvidentlyClient.updateProject(UpdateProjectRequest updateProjectRequest)
Updates the description of an existing project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateProjectResponse> |
EvidentlyAsyncClient.updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)
Updates the description of an existing project.
|
default CompletableFuture<UpdateProjectResponse> |
EvidentlyAsyncClient.updateProject(UpdateProjectRequest updateProjectRequest)
Updates the description of an existing project.
|
Copyright © 2023. All rights reserved.