Uses of Class
software.amazon.awssdk.services.grafana.model.UpdateAction
-
Packages that use UpdateAction Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of UpdateAction in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return UpdateAction Modifier and Type Method Description UpdateActionUpdateInstruction. action()Specifies whether this update is to add or revoke role permissions.static UpdateActionUpdateAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UpdateActionUpdateAction. 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.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type UpdateAction Modifier and Type Method Description static Set<UpdateAction>UpdateAction. knownValues()Methods in software.amazon.awssdk.services.grafana.model with parameters of type UpdateAction Modifier and Type Method Description UpdateInstruction.BuilderUpdateInstruction.Builder. action(UpdateAction action)Specifies whether this update is to add or revoke role permissions.
-