| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
static UserType |
UserType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UserType |
User.type()
Specifies whether this is a single user or a group.
|
UserType |
ListPermissionsRequest.userType()
(Optional) If you specify
SSO_USER, then only the permissions of IAM Identity Center users are
returned. |
static UserType |
UserType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<UserType> |
UserType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.type(UserType type)
Specifies whether this is a single user or a group.
|
ListPermissionsRequest.Builder |
ListPermissionsRequest.Builder.userType(UserType userType)
(Optional) If you specify
SSO_USER, then only the permissions of IAM Identity Center users are
returned. |
Copyright © 2023. All rights reserved.