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.RoleCreateWorkspaceServiceAccountRequest. grafanaRole()The permission level to use for this service account.RoleCreateWorkspaceServiceAccountResponse. grafanaRole()The permission level given to the service account.RoleServiceAccountSummary. grafanaRole()The role of the service account, which sets the permission level used when calling Grafana APIs.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 CreateWorkspaceServiceAccountRequest.BuilderCreateWorkspaceServiceAccountRequest.Builder. grafanaRole(Role grafanaRole)The permission level to use for this service account.CreateWorkspaceServiceAccountResponse.BuilderCreateWorkspaceServiceAccountResponse.Builder. grafanaRole(Role grafanaRole)The permission level given to the service account.ServiceAccountSummary.BuilderServiceAccountSummary.Builder. grafanaRole(Role grafanaRole)The role of the service account, which sets the permission level used when calling Grafana APIs.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.
-