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