Uses of Class
software.amazon.awssdk.services.datazone.model.ProjectSummary
-
Packages that use ProjectSummary Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of ProjectSummary in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ProjectSummary Modifier and Type Method Description List<ProjectSummary>ListProjectsResponse. items()The results of theListProjectsaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type ProjectSummary Modifier and Type Method Description ListProjectsResponse.BuilderListProjectsResponse.Builder. items(ProjectSummary... items)The results of theListProjectsaction.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type ProjectSummary Modifier and Type Method Description ListProjectsResponse.BuilderListProjectsResponse.Builder. items(Collection<ProjectSummary> items)The results of theListProjectsaction. -
Uses of ProjectSummary in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.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.
-