Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ProjectSummary
-
Packages that use ProjectSummary Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of ProjectSummary in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ProjectSummary Modifier and Type Method Description List<ProjectSummary>ListProjectsResponse. projectSummaries()A list that summarizes each project in the portal.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type ProjectSummary Modifier and Type Method Description ListProjectsResponse.BuilderListProjectsResponse.Builder. projectSummaries(ProjectSummary... projectSummaries)A list that summarizes each project in the portal.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type ProjectSummary Modifier and Type Method Description ListProjectsResponse.BuilderListProjectsResponse.Builder. projectSummaries(Collection<ProjectSummary> projectSummaries)A list that summarizes each project in the portal. -
Uses of ProjectSummary in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type ProjectSummary Modifier and Type Method Description SdkIterable<ProjectSummary>ListProjectsIterable. projectSummaries()Returns an iterable to iterate through the paginatedListProjectsResponse.projectSummaries()member.SdkPublisher<ProjectSummary>ListProjectsPublisher. projectSummaries()Returns a publisher that can be used to get a stream of data.
-