| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
UsageDataSourceResult.dataSource()
The data source type that generated usage.
|
static DataSource |
DataSource.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DataSource |
DataSource.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSource> |
UsageCriteria.dataSources()
The data sources to aggregate usage statistics from.
|
static Set<DataSource> |
DataSource.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UsageDataSourceResult.Builder |
UsageDataSourceResult.Builder.dataSource(DataSource dataSource)
The data source type that generated usage.
|
UsageCriteria.Builder |
UsageCriteria.Builder.dataSources(DataSource... dataSources)
The data sources to aggregate usage statistics from.
|
| Modifier and Type | Method and Description |
|---|---|
UsageCriteria.Builder |
UsageCriteria.Builder.dataSources(Collection<DataSource> dataSources)
The data sources to aggregate usage statistics from.
|
Copyright © 2022. All rights reserved.