Uses of Class
com.amazonaws.services.devicefarm.model.Project
-
Packages that use Project Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Project in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Project Modifier and Type Method Description ProjectProject. clone()ProjectCreateProjectResult. getProject()The newly created project.ProjectGetProjectResult. getProject()ProjectUpdateProjectResult. getProject()ProjectProject. withArn(String arn)The project's ARN.ProjectProject. withCreated(Date created)When the project was created.ProjectProject. withName(String name)The project's name.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type Project Modifier and Type Method Description List<Project>ListProjectsResult. getProjects()Information about the projects.Methods in com.amazonaws.services.devicefarm.model with parameters of type Project Modifier and Type Method Description voidCreateProjectResult. setProject(Project project)The newly created project.voidGetProjectResult. setProject(Project project)voidUpdateProjectResult. setProject(Project project)CreateProjectResultCreateProjectResult. withProject(Project project)The newly created project.GetProjectResultGetProjectResult. withProject(Project project)UpdateProjectResultUpdateProjectResult. withProject(Project project)ListProjectsResultListProjectsResult. withProjects(Project... projects)Information about the projects.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type Project Modifier and Type Method Description voidListProjectsResult. setProjects(Collection<Project> projects)Information about the projects.ListProjectsResultListProjectsResult. withProjects(Collection<Project> projects)Information about the projects.
-