| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateAction |
UpdateInstruction.action()
Specifies whether this update is to add or revoke role permissions.
|
static UpdateAction |
UpdateAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static UpdateAction |
UpdateAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateAction[] |
UpdateAction.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<UpdateAction> |
UpdateAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInstruction.Builder |
UpdateInstruction.Builder.action(UpdateAction action)
Specifies whether this update is to add or revoke role permissions.
|
Copyright © 2023. All rights reserved.