Uses of Class
software.amazon.awssdk.services.datazone.model.UserProfileDetails
-
Packages that use UserProfileDetails Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of UserProfileDetails in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return UserProfileDetails Modifier and Type Method Description UserProfileDetailsCreateUserProfileResponse. details()Returns the value of the Details property for this object.UserProfileDetailsGetUserProfileResponse. details()Returns the value of the Details property for this object.UserProfileDetailsUpdateUserProfileResponse. details()Returns the value of the Details property for this object.UserProfileDetailsUserProfileSummary. details()The details of the user profile.static UserProfileDetailsUserProfileDetails. fromIam(Consumer<IamUserProfileDetails.Builder> iam)Create an instance of this class withiam()initialized to the given value.static UserProfileDetailsUserProfileDetails. fromIam(IamUserProfileDetails iam)Create an instance of this class withiam()initialized to the given value.static UserProfileDetailsUserProfileDetails. fromSso(Consumer<SsoUserProfileDetails.Builder> sso)Create an instance of this class withsso()initialized to the given value.static UserProfileDetailsUserProfileDetails. fromSso(SsoUserProfileDetails sso)Create an instance of this class withsso()initialized to the given value.Methods in software.amazon.awssdk.services.datazone.model with parameters of type UserProfileDetails Modifier and Type Method Description CreateUserProfileResponse.BuilderCreateUserProfileResponse.Builder. details(UserProfileDetails details)Sets the value of the Details property for this object.GetUserProfileResponse.BuilderGetUserProfileResponse.Builder. details(UserProfileDetails details)Sets the value of the Details property for this object.UpdateUserProfileResponse.BuilderUpdateUserProfileResponse.Builder. details(UserProfileDetails details)Sets the value of the Details property for this object.UserProfileSummary.BuilderUserProfileSummary.Builder. details(UserProfileDetails details)The details of the user profile.
-