Uses of Class
software.amazon.awssdk.services.grafana.model.PermissionType
-
Packages that use PermissionType Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of PermissionType in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return PermissionType Modifier and Type Method Description static PermissionTypePermissionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PermissionTypeCreateWorkspaceRequest. permissionType()When creating a workspace through the Amazon Web Services API, CLI or Amazon Web Services CloudFormation, you must manage IAM roles and provision the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.PermissionTypeUpdateWorkspaceRequest. permissionType()Use this parameter if you want to change a workspace fromSERVICE_MANAGEDtoCUSTOMER_MANAGED.PermissionTypeWorkspaceDescription. permissionType()If this isSERVICE_MANAGED, and the workplace was created through the Amazon Managed Grafana console, then Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.static PermissionTypePermissionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionType[]PermissionType. 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 PermissionType Modifier and Type Method Description static Set<PermissionType>PermissionType. knownValues()Methods in software.amazon.awssdk.services.grafana.model with parameters of type PermissionType Modifier and Type Method Description CreateWorkspaceRequest.BuilderCreateWorkspaceRequest.Builder. permissionType(PermissionType permissionType)When creating a workspace through the Amazon Web Services API, CLI or Amazon Web Services CloudFormation, you must manage IAM roles and provision the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.UpdateWorkspaceRequest.BuilderUpdateWorkspaceRequest.Builder. permissionType(PermissionType permissionType)Use this parameter if you want to change a workspace fromSERVICE_MANAGEDtoCUSTOMER_MANAGED.WorkspaceDescription.BuilderWorkspaceDescription.Builder. permissionType(PermissionType permissionType)If this isSERVICE_MANAGED, and the workplace was created through the Amazon Managed Grafana console, then Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.
-