Uses of Class
software.amazon.awssdk.services.grafana.model.Role
-
Packages that use Role Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of Role in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return Role Modifier and Type Method Description static RoleRole. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RolePermissionEntry. role()Specifies whether the user or group has theAdmin,Editor, orViewerrole.RoleUpdateInstruction. role()The role to add or revoke for the user or the group specified inusers.static RoleRole. 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.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type Role Modifier and Type Method Description static Set<Role>Role. knownValues()Methods in software.amazon.awssdk.services.grafana.model with parameters of type Role Modifier and Type Method Description PermissionEntry.BuilderPermissionEntry.Builder. role(Role role)Specifies whether the user or group has theAdmin,Editor, orViewerrole.UpdateInstruction.BuilderUpdateInstruction.Builder. role(Role role)The role to add or revoke for the user or the group specified inusers.
-