Uses of Class
software.amazon.awssdk.services.evidently.model.UpdateProjectResponse
-
Packages that use UpdateProjectResponse 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. -
-
Uses of UpdateProjectResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return UpdateProjectResponse Modifier and Type Method Description default UpdateProjectResponseEvidentlyClient. updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)Updates the description of an existing project.default UpdateProjectResponseEvidentlyClient. updateProject(UpdateProjectRequest updateProjectRequest)Updates the description of an existing project.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type UpdateProjectResponse Modifier and Type Method 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.
-