Uses of Class
software.amazon.awssdk.services.datazone.model.UserProfileType
-
Packages that use UserProfileType Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of UserProfileType in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return UserProfileType Modifier and Type Method Description static UserProfileTypeUserProfileType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UserProfileTypeCreateUserProfileResponse. type()The type of the user profile.UserProfileTypeGetUserProfileRequest. type()The type of the user profile.UserProfileTypeGetUserProfileResponse. type()The type of the user profile.UserProfileTypeUpdateUserProfileRequest. type()The type of the user profile that are to be updated.UserProfileTypeUpdateUserProfileResponse. type()The type of the user profile.UserProfileTypeUserProfileSummary. type()The type of the user profile.static UserProfileTypeUserProfileType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserProfileType[]UserProfileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type UserProfileType Modifier and Type Method Description static Set<UserProfileType>UserProfileType. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type UserProfileType Modifier and Type Method Description CreateUserProfileResponse.BuilderCreateUserProfileResponse.Builder. type(UserProfileType type)The type of the user profile.GetUserProfileRequest.BuilderGetUserProfileRequest.Builder. type(UserProfileType type)The type of the user profile.GetUserProfileResponse.BuilderGetUserProfileResponse.Builder. type(UserProfileType type)The type of the user profile.UpdateUserProfileRequest.BuilderUpdateUserProfileRequest.Builder. type(UserProfileType type)The type of the user profile that are to be updated.UpdateUserProfileResponse.BuilderUpdateUserProfileResponse.Builder. type(UserProfileType type)The type of the user profile.UserProfileSummary.BuilderUserProfileSummary.Builder. type(UserProfileType type)The type of the user profile.
-