| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
UsageResourceResult |
UsageResourceResult.clone() |
UsageResourceResult |
UsageResourceResult.withResource(String resource)
The Amazon Web Services resource that generated usage.
|
UsageResourceResult |
UsageResourceResult.withTotal(Total total)
Represents the sum total of usage for the specified resource type.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageResourceResult> |
UsageStatistics.getSumByResource()
The usage statistic sum organized by resource.
|
List<UsageResourceResult> |
UsageStatistics.getTopResources()
Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.
|
| Modifier and Type | Method and Description |
|---|---|
UsageStatistics |
UsageStatistics.withSumByResource(UsageResourceResult... sumByResource)
The usage statistic sum organized by resource.
|
UsageStatistics |
UsageStatistics.withTopResources(UsageResourceResult... topResources)
Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsageStatistics.setSumByResource(Collection<UsageResourceResult> sumByResource)
The usage statistic sum organized by resource.
|
void |
UsageStatistics.setTopResources(Collection<UsageResourceResult> topResources)
Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.
|
UsageStatistics |
UsageStatistics.withSumByResource(Collection<UsageResourceResult> sumByResource)
The usage statistic sum organized by resource.
|
UsageStatistics |
UsageStatistics.withTopResources(Collection<UsageResourceResult> topResources)
Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.
|
Copyright © 2023. All rights reserved.