| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceType |
DataSourceType.fromValue(String value)
Use this in place of valueOf.
|
static DataSourceType |
DataSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceType[] |
DataSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceDescription |
WorkspaceDescription.withDataSources(DataSourceType... dataSources)
Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions
created to allow Amazon Managed Grafana to read data from these sources.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withWorkspaceDataSources(DataSourceType... workspaceDataSources)
Specify the Amazon Web Services data sources that you want to be queried in this workspace.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withWorkspaceDataSources(DataSourceType... workspaceDataSources)
Specify the Amazon Web Services data sources that you want to be queried in this workspace.
|
Copyright © 2022. All rights reserved.