| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
AccountAggregationResponse.Builder |
AccountAggregationResponse.Builder.accountId(String accountId)
The Amazon Web Services account ID.
|
static AccountAggregationResponse.Builder |
AccountAggregationResponse.builder() |
default AccountAggregationResponse.Builder |
AccountAggregationResponse.Builder.severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
The number of findings by severity.
|
AccountAggregationResponse.Builder |
AccountAggregationResponse.Builder.severityCounts(SeverityCounts severityCounts)
The number of findings by severity.
|
AccountAggregationResponse.Builder |
AccountAggregationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccountAggregationResponse.Builder> |
AccountAggregationResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AggregationResponse.Builder |
AggregationResponse.Builder.accountAggregation(Consumer<AccountAggregationResponse.Builder> accountAggregation)
An object that contains details about an aggregation response based on Amazon Web Services account IDs.
|
static AggregationResponse |
AggregationResponse.fromAccountAggregation(Consumer<AccountAggregationResponse.Builder> accountAggregation)
Create an instance of this class with
AggregationResponse.accountAggregation() initialized to the given value. |
Copyright © 2022. All rights reserved.