ListFindingAggregationsResponse.Builder |
ListFindingAggregationsResponse.Builder.aggregationType(String aggregationType) |
The type of aggregation to perform.
|
ListFindingAggregationsResponse.Builder |
ListFindingAggregationsResponse.Builder.aggregationType(AggregationType 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(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.Builder.responses(AggregationResponse... responses) |
Objects that contain the results of an aggregation operation.
|
ListFindingAggregationsResponse.Builder |
ListFindingAggregationsResponse.toBuilder() |
|