| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceType |
DataSourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<DataSourceType> |
WorkspaceDescription.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.
|
static Set<DataSourceType> |
DataSourceType.knownValues()
|
List<DataSourceType> |
UpdateWorkspaceRequest.workspaceDataSources()
This parameter is for internal use only, and should not be used.
|
List<DataSourceType> |
CreateWorkspaceRequest.workspaceDataSources()
This parameter is for internal use only, and should not be used.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.dataSources(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.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceDataSources(DataSourceType... workspaceDataSources)
This parameter is for internal use only, and should not be used.
|
CreateWorkspaceRequest.Builder |
CreateWorkspaceRequest.Builder.workspaceDataSources(DataSourceType... workspaceDataSources)
This parameter is for internal use only, and should not be used.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.dataSources(Collection<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.
|
UpdateWorkspaceRequest.Builder |
UpdateWorkspaceRequest.Builder.workspaceDataSources(Collection<DataSourceType> workspaceDataSources)
This parameter is for internal use only, and should not be used.
|
CreateWorkspaceRequest.Builder |
CreateWorkspaceRequest.Builder.workspaceDataSources(Collection<DataSourceType> workspaceDataSources)
This parameter is for internal use only, and should not be used.
|
Copyright © 2023. All rights reserved.