Uses of Class
software.amazon.awssdk.services.mobile.model.ProjectSummary
-
Packages that use ProjectSummary Package Description software.amazon.awssdk.services.mobile.model -
-
Uses of ProjectSummary in software.amazon.awssdk.services.mobile.model
Methods in software.amazon.awssdk.services.mobile.model that return types with arguments of type ProjectSummary Modifier and Type Method Description List<ProjectSummary>ListProjectsResponse. projects()Returns the value of the Projects property for this object.Methods in software.amazon.awssdk.services.mobile.model with parameters of type ProjectSummary Modifier and Type Method Description ListProjectsResponse.BuilderListProjectsResponse.Builder. projects(ProjectSummary... projects)Sets the value of the Projects property for this object.Method parameters in software.amazon.awssdk.services.mobile.model with type arguments of type ProjectSummary Modifier and Type Method Description ListProjectsResponse.BuilderListProjectsResponse.Builder. projects(Collection<ProjectSummary> projects)Sets the value of the Projects property for this object.
-