| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
UsageCriteria |
UsageCriteria.clone() |
UsageCriteria |
GetUsageStatisticsRequest.getUsageCriteria()
Represents the criteria used for querying usage.
|
UsageCriteria |
UsageCriteria.withAccountIds(Collection<String> accountIds)
The account IDs to aggregate usage statistics from.
|
UsageCriteria |
UsageCriteria.withAccountIds(String... accountIds)
The account IDs to aggregate usage statistics from.
|
UsageCriteria |
UsageCriteria.withDataSources(Collection<String> dataSources)
The data sources to aggregate usage statistics from.
|
UsageCriteria |
UsageCriteria.withDataSources(DataSource... dataSources)
The data sources to aggregate usage statistics from.
|
UsageCriteria |
UsageCriteria.withDataSources(String... dataSources)
The data sources to aggregate usage statistics from.
|
UsageCriteria |
UsageCriteria.withResources(Collection<String> resources)
The resources to aggregate usage statistics from.
|
UsageCriteria |
UsageCriteria.withResources(String... resources)
The resources to aggregate usage statistics from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetUsageStatisticsRequest.setUsageCriteria(UsageCriteria usageCriteria)
Represents the criteria used for querying usage.
|
GetUsageStatisticsRequest |
GetUsageStatisticsRequest.withUsageCriteria(UsageCriteria usageCriteria)
Represents the criteria used for querying usage.
|
Copyright © 2023. All rights reserved.