| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
UserProfileSummary |
UserProfileSummary.clone() |
UserProfileSummary |
UserProfileSummary.withDetails(UserProfileDetails details)
The details of the user profile.
|
UserProfileSummary |
UserProfileSummary.withDomainId(String domainId)
The ID of the Amazon DataZone domain of the user profile.
|
UserProfileSummary |
UserProfileSummary.withId(String id)
The ID of the user profile.
|
UserProfileSummary |
UserProfileSummary.withStatus(String status)
The status of the user profile.
|
UserProfileSummary |
UserProfileSummary.withStatus(UserProfileStatus status)
The status of the user profile.
|
UserProfileSummary |
UserProfileSummary.withType(String type)
The type of the user profile.
|
UserProfileSummary |
UserProfileSummary.withType(UserProfileType type)
The type of the user profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserProfileSummary> |
SearchUserProfilesResult.getItems()
The results of the
SearchUserProfiles action. |
| Modifier and Type | Method and Description |
|---|---|
SearchUserProfilesResult |
SearchUserProfilesResult.withItems(UserProfileSummary... items)
The results of the
SearchUserProfiles action. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchUserProfilesResult.setItems(Collection<UserProfileSummary> items)
The results of the
SearchUserProfiles action. |
SearchUserProfilesResult |
SearchUserProfilesResult.withItems(Collection<UserProfileSummary> items)
The results of the
SearchUserProfiles action. |
Copyright © 2023. All rights reserved.