| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
UserProfileDetails |
GetUserProfileResponse.details()
Returns the value of the Details property for this object.
|
UserProfileDetails |
UpdateUserProfileResponse.details()
Returns the value of the Details property for this object.
|
UserProfileDetails |
UserProfileSummary.details()
The details of the user profile.
|
UserProfileDetails |
CreateUserProfileResponse.details()
Returns the value of the Details property for this object.
|
static UserProfileDetails |
UserProfileDetails.fromIam(Consumer<IamUserProfileDetails.Builder> iam)
Create an instance of this class with
iam() initialized to the given value. |
static UserProfileDetails |
UserProfileDetails.fromIam(IamUserProfileDetails iam)
Create an instance of this class with
iam() initialized to the given value. |
static UserProfileDetails |
UserProfileDetails.fromSso(Consumer<SsoUserProfileDetails.Builder> sso)
Create an instance of this class with
sso() initialized to the given value. |
static UserProfileDetails |
UserProfileDetails.fromSso(SsoUserProfileDetails sso)
Create an instance of this class with
sso() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
GetUserProfileResponse.Builder |
GetUserProfileResponse.Builder.details(UserProfileDetails details)
Sets the value of the Details property for this object.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.details(UserProfileDetails details)
Sets the value of the Details property for this object.
|
UserProfileSummary.Builder |
UserProfileSummary.Builder.details(UserProfileDetails details)
The details of the user profile.
|
CreateUserProfileResponse.Builder |
CreateUserProfileResponse.Builder.details(UserProfileDetails details)
Sets the value of the Details property for this object.
|
Copyright © 2023. All rights reserved.