Uses of Class
software.amazon.awssdk.services.grafana.model.DataSourceType
-
Packages that use DataSourceType Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of DataSourceType in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return DataSourceType Modifier and Type Method Description static DataSourceTypeDataSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataSourceTypeDataSourceType. 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.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type DataSourceType Modifier and Type Method 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>CreateWorkspaceRequest. workspaceDataSources()This parameter is for internal use only, and should not be used.List<DataSourceType>UpdateWorkspaceRequest. workspaceDataSources()This parameter is for internal use only, and should not be used.Methods in software.amazon.awssdk.services.grafana.model with parameters of type DataSourceType Modifier and Type Method Description WorkspaceDescription.BuilderWorkspaceDescription.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.CreateWorkspaceRequest.BuilderCreateWorkspaceRequest.Builder. workspaceDataSources(DataSourceType... workspaceDataSources)This parameter is for internal use only, and should not be used.UpdateWorkspaceRequest.BuilderUpdateWorkspaceRequest.Builder. workspaceDataSources(DataSourceType... workspaceDataSources)This parameter is for internal use only, and should not be used.Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type DataSourceType Modifier and Type Method Description WorkspaceDescription.BuilderWorkspaceDescription.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.CreateWorkspaceRequest.BuilderCreateWorkspaceRequest.Builder. workspaceDataSources(Collection<DataSourceType> workspaceDataSources)This parameter is for internal use only, and should not be used.UpdateWorkspaceRequest.BuilderUpdateWorkspaceRequest.Builder. workspaceDataSources(Collection<DataSourceType> workspaceDataSources)This parameter is for internal use only, and should not be used.
-