Uses of Class
software.amazon.awssdk.services.datazone.model.GroupProfileSummary
-
Packages that use GroupProfileSummary Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of GroupProfileSummary in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type GroupProfileSummary Modifier and Type Method Description List<GroupProfileSummary>SearchGroupProfilesResponse. items()The results of theSearchGroupProfilesaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type GroupProfileSummary Modifier and Type Method Description SearchGroupProfilesResponse.BuilderSearchGroupProfilesResponse.Builder. items(GroupProfileSummary... items)The results of theSearchGroupProfilesaction.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type GroupProfileSummary Modifier and Type Method Description SearchGroupProfilesResponse.BuilderSearchGroupProfilesResponse.Builder. items(Collection<GroupProfileSummary> items)The results of theSearchGroupProfilesaction. -
Uses of GroupProfileSummary in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type GroupProfileSummary Modifier and Type Method Description SdkIterable<GroupProfileSummary>SearchGroupProfilesIterable. items()Returns an iterable to iterate through the paginatedSearchGroupProfilesResponse.items()member.SdkPublisher<GroupProfileSummary>SearchGroupProfilesPublisher. items()Returns a publisher that can be used to get a stream of data.
-