| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Total.Builder |
Total.Builder.amount(String amount)
The total usage.
|
static Total.Builder |
Total.builder() |
Total.Builder |
Total.toBuilder() |
Total.Builder |
Total.Builder.unit(String unit)
The currency unit that the amount is given in.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Total.Builder> |
Total.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UsageAccountResult.Builder |
UsageAccountResult.Builder.total(Consumer<Total.Builder> total)
Represents the total of usage for the Account ID.
|
default UsageDataSourceResult.Builder |
UsageDataSourceResult.Builder.total(Consumer<Total.Builder> total)
Represents the total of usage for the specified data source.
|
default UsageResourceResult.Builder |
UsageResourceResult.Builder.total(Consumer<Total.Builder> total)
Represents the sum total of usage for the specified resource type.
|
Copyright © 2023. All rights reserved.