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