| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregationsResponse.Builder |
ListFindingAggregationsResponse.Builder.aggregationType(AggregationType aggregationType)
The type of aggregation to perform.
|
ListFindingAggregationsResponse.Builder |
ListFindingAggregationsResponse.Builder.aggregationType(String aggregationType)
The type of aggregation to perform.
|
static ListFindingAggregationsResponse.Builder |
ListFindingAggregationsResponse.builder() |
ListFindingAggregationsResponse.Builder |
ListFindingAggregationsResponse.Builder.nextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
ListFindingAggregationsResponse.Builder |
ListFindingAggregationsResponse.Builder.responses(AggregationResponse... responses)
Objects that contain the results of an aggregation operation.
|
ListFindingAggregationsResponse.Builder |
ListFindingAggregationsResponse.Builder.responses(Collection<AggregationResponse> responses)
Objects that contain the results of an aggregation operation.
|
ListFindingAggregationsResponse.Builder |
ListFindingAggregationsResponse.Builder.responses(Consumer<AggregationResponse.Builder>... responses)
Objects that contain the results of an aggregation operation.
|
ListFindingAggregationsResponse.Builder |
ListFindingAggregationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFindingAggregationsResponse.Builder> |
ListFindingAggregationsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.