Uses of Class
software.amazon.awssdk.services.finspacedata.model.UserType
-
Packages that use UserType Package Description software.amazon.awssdk.services.finspacedata.model -
-
Uses of UserType in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return UserType Modifier and Type Method Description static UserTypeUserType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UserTypeCreateUserRequest. type()The option to indicate the type of user.UserTypeGetUserResponse. type()Indicates the type of user.UserTypeUpdateUserRequest. type()The option to indicate the type of user.UserTypeUser. type()Indicates the type of user.UserTypeUserByPermissionGroup. type()Indicates the type of user.static UserTypeUserType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserType[]UserType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspacedata.model that return types with arguments of type UserType Modifier and Type Method Description static Set<UserType>UserType. knownValues()Methods in software.amazon.awssdk.services.finspacedata.model with parameters of type UserType Modifier and Type Method Description CreateUserRequest.BuilderCreateUserRequest.Builder. type(UserType type)The option to indicate the type of user.GetUserResponse.BuilderGetUserResponse.Builder. type(UserType type)Indicates the type of user.UpdateUserRequest.BuilderUpdateUserRequest.Builder. type(UserType type)The option to indicate the type of user.User.BuilderUser.Builder. type(UserType type)Indicates the type of user.UserByPermissionGroup.BuilderUserByPermissionGroup.Builder. type(UserType type)Indicates the type of user.
-