Uses of Class
software.amazon.awssdk.services.evidently.model.Project
-
Packages that use Project Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of Project in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return Project Modifier and Type Method Description ProjectCreateProjectResponse. project()A structure that contains information about the created project.ProjectGetProjectResponse. project()A structure containing the configuration details of the project.ProjectUpdateProjectDataDeliveryResponse. project()A structure containing details about the project that you updated.ProjectUpdateProjectResponse. project()A structure containing information about the updated project.Methods in software.amazon.awssdk.services.evidently.model with parameters of type Project Modifier and Type Method Description CreateProjectResponse.BuilderCreateProjectResponse.Builder. project(Project project)A structure that contains information about the created project.GetProjectResponse.BuilderGetProjectResponse.Builder. project(Project project)A structure containing the configuration details of the project.UpdateProjectDataDeliveryResponse.BuilderUpdateProjectDataDeliveryResponse.Builder. project(Project project)A structure containing details about the project that you updated.UpdateProjectResponse.BuilderUpdateProjectResponse.Builder. project(Project project)A structure containing information about the updated project.
-