| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static Usage.Builder |
Usage.builder() |
Usage.Builder |
Usage.Builder.currency(Currency currency)
The currency type used when calculating usage data.
|
Usage.Builder |
Usage.Builder.currency(String currency)
The currency type used when calculating usage data.
|
Usage.Builder |
Usage.Builder.estimatedMonthlyCost(Double estimatedMonthlyCost)
The estimated monthly cost of Amazon Inspector.
|
Usage.Builder |
Usage.toBuilder() |
Usage.Builder |
Usage.Builder.total(Double total)
The total of usage.
|
Usage.Builder |
Usage.Builder.type(String type)
The type scan.
|
Usage.Builder |
Usage.Builder.type(UsageType type)
The type scan.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Usage.Builder> |
Usage.serializableBuilderClass() |
Copyright © 2022. All rights reserved.