| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
TestGridProject |
TestGridProject.clone() |
TestGridProject |
UpdateTestGridProjectResult.getTestGridProject()
The project, including updated information.
|
TestGridProject |
CreateTestGridProjectResult.getTestGridProject()
ARN of the Selenium testing project that was created.
|
TestGridProject |
GetTestGridProjectResult.getTestGridProject()
|
TestGridProject |
TestGridProject.withArn(String arn)
The ARN for the project.
|
TestGridProject |
TestGridProject.withCreated(Date created)
When the project was created.
|
TestGridProject |
TestGridProject.withDescription(String description)
A human-readable description for the project.
|
TestGridProject |
TestGridProject.withName(String name)
A human-readable name for the project.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestGridProject> |
ListTestGridProjectsResult.getTestGridProjects()
The list of TestGridProjects, based on a ListTestGridProjectsRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTestGridProjectResult.setTestGridProject(TestGridProject testGridProject)
The project, including updated information.
|
void |
CreateTestGridProjectResult.setTestGridProject(TestGridProject testGridProject)
ARN of the Selenium testing project that was created.
|
void |
GetTestGridProjectResult.setTestGridProject(TestGridProject testGridProject)
|
UpdateTestGridProjectResult |
UpdateTestGridProjectResult.withTestGridProject(TestGridProject testGridProject)
The project, including updated information.
|
CreateTestGridProjectResult |
CreateTestGridProjectResult.withTestGridProject(TestGridProject testGridProject)
ARN of the Selenium testing project that was created.
|
GetTestGridProjectResult |
GetTestGridProjectResult.withTestGridProject(TestGridProject testGridProject)
|
ListTestGridProjectsResult |
ListTestGridProjectsResult.withTestGridProjects(TestGridProject... testGridProjects)
The list of TestGridProjects, based on a ListTestGridProjectsRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestGridProjectsResult.setTestGridProjects(Collection<TestGridProject> testGridProjects)
The list of TestGridProjects, based on a ListTestGridProjectsRequest.
|
ListTestGridProjectsResult |
ListTestGridProjectsResult.withTestGridProjects(Collection<TestGridProject> testGridProjects)
The list of TestGridProjects, based on a ListTestGridProjectsRequest.
|
Copyright © 2021. All rights reserved.