| Package | Description |
|---|---|
| com.amazonaws.services.mobile.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary |
ProjectSummary.clone() |
ProjectSummary |
ProjectSummary.withName(String name)
Name of the project.
|
ProjectSummary |
ProjectSummary.withProjectId(String projectId)
Unique project identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectSummary> |
ListProjectsResult.getProjects() |
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResult |
ListProjectsResult.withProjects(ProjectSummary... projects)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsResult.setProjects(Collection<ProjectSummary> projects) |
ListProjectsResult |
ListProjectsResult.withProjects(Collection<ProjectSummary> projects) |
Copyright © 2017. All rights reserved.