Uses of Class
software.amazon.awssdk.services.datazone.model.ProjectProfileSummary
-
Packages that use ProjectProfileSummary Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of ProjectProfileSummary in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ProjectProfileSummary Modifier and Type Method Description List<ProjectProfileSummary>ListProjectProfilesResponse. items()The results of the ListProjectProfiles action.Methods in software.amazon.awssdk.services.datazone.model with parameters of type ProjectProfileSummary Modifier and Type Method Description ListProjectProfilesResponse.BuilderListProjectProfilesResponse.Builder. items(ProjectProfileSummary... items)The results of the ListProjectProfiles action.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type ProjectProfileSummary Modifier and Type Method Description ListProjectProfilesResponse.BuilderListProjectProfilesResponse.Builder. items(Collection<ProjectProfileSummary> items)The results of the ListProjectProfiles action. -
Uses of ProjectProfileSummary in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type ProjectProfileSummary Modifier and Type Method Description SdkIterable<ProjectProfileSummary>ListProjectProfilesIterable. items()Returns an iterable to iterate through the paginatedListProjectProfilesResponse.items()member.SdkPublisher<ProjectProfileSummary>ListProjectProfilesPublisher. items()Returns a publisher that can be used to get a stream of data.
-