| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Usage |
Usage.clone() |
Usage |
Usage.withCurrency(Currency currency)
The currency type used when calculating usage data.
|
Usage |
Usage.withCurrency(String currency)
The currency type used when calculating usage data.
|
Usage |
Usage.withEstimatedMonthlyCost(Double estimatedMonthlyCost)
The estimated monthly cost of Amazon Inspector.
|
Usage |
Usage.withTotal(Double total)
The total of usage.
|
Usage |
Usage.withType(String type)
The type scan.
|
Usage |
Usage.withType(UsageType type)
The type scan.
|
| Modifier and Type | Method and Description |
|---|---|
List<Usage> |
UsageTotal.getUsage()
An object representing the total usage for an account.
|
| Modifier and Type | Method and Description |
|---|---|
UsageTotal |
UsageTotal.withUsage(Usage... usage)
An object representing the total usage for an account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsageTotal.setUsage(Collection<Usage> usage)
An object representing the total usage for an account.
|
UsageTotal |
UsageTotal.withUsage(Collection<Usage> usage)
An object representing the total usage for an account.
|
Copyright © 2024. All rights reserved.