Uses of Class
software.amazon.awssdk.services.datazone.model.SsoUserProfileDetails
-
Packages that use SsoUserProfileDetails Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SsoUserProfileDetails in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SsoUserProfileDetails Modifier and Type Method Description SsoUserProfileDetailsUserProfileDetails. sso()The single sign-on details included in the user profile details.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SsoUserProfileDetails Modifier and Type Method Description static UserProfileDetailsUserProfileDetails. fromSso(SsoUserProfileDetails sso)Create an instance of this class withUserProfileDetails.sso()initialized to the given value.UserProfileDetails.BuilderUserProfileDetails.Builder. sso(SsoUserProfileDetails sso)The single sign-on details included in the user profile details.
-