Uses of Class
software.amazon.awssdk.services.guardduty.model.DataSource
-
Packages that use DataSource Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of DataSource in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return DataSource Modifier and Type Method Description DataSourceUsageDataSourceResult. dataSource()The data source type that generated usage.static DataSourceDataSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataSourceDataSource. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSource[]DataSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type DataSource Modifier and Type Method Description List<DataSource>UsageCriteria. dataSources()Deprecated.This parameter is deprecated, use Features insteadstatic Set<DataSource>DataSource. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type DataSource Modifier and Type Method Description UsageDataSourceResult.BuilderUsageDataSourceResult.Builder. dataSource(DataSource dataSource)The data source type that generated usage.UsageCriteria.BuilderUsageCriteria.Builder. dataSources(DataSource... dataSources)Deprecated.This parameter is deprecated, use Features insteadMethod parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type DataSource Modifier and Type Method Description UsageCriteria.BuilderUsageCriteria.Builder. dataSources(Collection<DataSource> dataSources)Deprecated.This parameter is deprecated, use Features instead
-