| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
UserProfileDetails |
UserProfileDetails.clone() |
UserProfileDetails |
UpdateUserProfileResult.getDetails() |
UserProfileDetails |
GetUserProfileResult.getDetails() |
UserProfileDetails |
CreateUserProfileResult.getDetails() |
UserProfileDetails |
UserProfileSummary.getDetails()
The details of the user profile.
|
UserProfileDetails |
UserProfileDetails.withIam(IamUserProfileDetails iam)
The IAM details included in the user profile details.
|
UserProfileDetails |
UserProfileDetails.withSso(SsoUserProfileDetails sso)
The single sign-on details included in the user profile details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateUserProfileResult.setDetails(UserProfileDetails details) |
void |
GetUserProfileResult.setDetails(UserProfileDetails details) |
void |
CreateUserProfileResult.setDetails(UserProfileDetails details) |
void |
UserProfileSummary.setDetails(UserProfileDetails details)
The details of the user profile.
|
UpdateUserProfileResult |
UpdateUserProfileResult.withDetails(UserProfileDetails details) |
GetUserProfileResult |
GetUserProfileResult.withDetails(UserProfileDetails details) |
CreateUserProfileResult |
CreateUserProfileResult.withDetails(UserProfileDetails details) |
UserProfileSummary |
UserProfileSummary.withDetails(UserProfileDetails details)
The details of the user profile.
|
Copyright © 2024. All rights reserved.