| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<UserProfileDetails> |
ListUserProfilesResponse.userProfiles()
The list of user profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserProfilesResponse.Builder |
ListUserProfilesResponse.Builder.userProfiles(UserProfileDetails... userProfiles)
The list of user profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserProfilesResponse.Builder |
ListUserProfilesResponse.Builder.userProfiles(Collection<UserProfileDetails> userProfiles)
The list of user profiles.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<UserProfileDetails> |
ListUserProfilesPublisher.userProfiles()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<UserProfileDetails> |
ListUserProfilesIterable.userProfiles()
Returns an iterable to iterate through the paginated
ListUserProfilesResponse.userProfiles() member. |
Copyright © 2023. All rights reserved.