| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
static PermissionType |
PermissionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PermissionType |
UpdateWorkspaceRequest.permissionType()
If you specify
Service Managed, 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. |
PermissionType |
CreateWorkspaceRequest.permissionType()
If you specify
SERVICE_MANAGED on AWS Grafana console, 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. |
PermissionType |
WorkspaceDescription.permissionType()
If this is
Service Managed, 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 PermissionType |
PermissionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PermissionType> |
PermissionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.permissionType(PermissionType permissionType)
If you specify
Service Managed, 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. |
CreateWorkspaceRequest.Builder |
CreateWorkspaceRequest.Builder.permissionType(PermissionType permissionType)
If you specify
SERVICE_MANAGED on AWS Grafana console, 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. |
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.permissionType(PermissionType permissionType)
If this is
Service Managed, 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. |
Copyright © 2022. All rights reserved.