| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model | |
| software.amazon.awssdk.services.inspector2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<UsageTotal> |
ListUsageTotalsResponse.totals()
An object with details on the total usage for the requested account.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsageTotalsResponse.Builder |
ListUsageTotalsResponse.Builder.totals(UsageTotal... totals)
An object with details on the total usage for the requested account.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsageTotalsResponse.Builder |
ListUsageTotalsResponse.Builder.totals(Collection<UsageTotal> totals)
An object with details on the total usage for the requested account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<UsageTotal> |
ListUsageTotalsPublisher.totals()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<UsageTotal> |
ListUsageTotalsIterable.totals()
Returns an iterable to iterate through the paginated
ListUsageTotalsResponse.totals() member. |
Copyright © 2023. All rights reserved.