| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
static Role |
Role.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Role |
UpdateInstruction.role()
The role to add or revoke for the user or the group specified in
users. |
Role |
PermissionEntry.role()
Specifies whether the user or group has the
Admin, Editor, or Viewer role. |
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.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<Role> |
Role.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInstruction.Builder |
UpdateInstruction.Builder.role(Role role)
The role to add or revoke for the user or the group specified in
users. |
PermissionEntry.Builder |
PermissionEntry.Builder.role(Role role)
Specifies whether the user or group has the
Admin, Editor, or Viewer
role. |
Copyright © 2023. All rights reserved.