| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
SsoUserProfileDetails |
SsoUserProfileDetails.clone() |
SsoUserProfileDetails |
UserProfileDetails.getSso()
The single sign-on details included in the user profile details.
|
SsoUserProfileDetails |
SsoUserProfileDetails.withFirstName(String firstName)
The first name included in the single sign-on details of the user profile.
|
SsoUserProfileDetails |
SsoUserProfileDetails.withLastName(String lastName)
The last name included in the single sign-on details of the user profile.
|
SsoUserProfileDetails |
SsoUserProfileDetails.withUsername(String username)
The username included in the single sign-on details of the user profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserProfileDetails.setSso(SsoUserProfileDetails sso)
The single sign-on details included in the user profile details.
|
UserProfileDetails |
UserProfileDetails.withSso(SsoUserProfileDetails sso)
The single sign-on details included in the user profile details.
|
Copyright © 2024. All rights reserved.