| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model | |
| software.amazon.awssdk.services.datazone.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<UserProfileSummary> |
SearchUserProfilesResponse.items()
The results of the
SearchUserProfiles action. |
| Modifier and Type | Method and Description |
|---|---|
SearchUserProfilesResponse.Builder |
SearchUserProfilesResponse.Builder.items(UserProfileSummary... items)
The results of the
SearchUserProfiles action. |
| Modifier and Type | Method and Description |
|---|---|
SearchUserProfilesResponse.Builder |
SearchUserProfilesResponse.Builder.items(Collection<UserProfileSummary> items)
The results of the
SearchUserProfiles action. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<UserProfileSummary> |
SearchUserProfilesIterable.items()
Returns an iterable to iterate through the paginated
SearchUserProfilesResponse.items() member. |
SdkPublisher<UserProfileSummary> |
SearchUserProfilesPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.