Uses of Class
com.amazonaws.services.devicefarm.model.Project
Packages that use Project
-
Uses of Project in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ProjectModifier and TypeMethodDescriptionProject.clone()
CreateProjectResult.getProject()
The newly created project.GetProjectResult.getProject()
UpdateProjectResult.getProject()
The project's ARN.Project.withCreated
(Date created) When the project was created.The project's name.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type ProjectModifier and TypeMethodDescriptionListProjectsResult.getProjects()
Information about the projects.Methods in com.amazonaws.services.devicefarm.model with parameters of type ProjectModifier and TypeMethodDescriptionvoid
CreateProjectResult.setProject
(Project project) The newly created project.void
GetProjectResult.setProject
(Project project) void
UpdateProjectResult.setProject
(Project project) CreateProjectResult.withProject
(Project project) The newly created project.GetProjectResult.withProject
(Project project) UpdateProjectResult.withProject
(Project project) ListProjectsResult.withProjects
(Project... projects) Information about the projects.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type ProjectModifier and TypeMethodDescriptionvoid
ListProjectsResult.setProjects
(Collection<Project> projects) Information about the projects.ListProjectsResult.withProjects
(Collection<Project> projects) Information about the projects.