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