| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ProductViewAggregationValue |
ProductViewAggregationValue.clone() |
ProductViewAggregationValue |
ProductViewAggregationValue.withApproximateCount(Integer approximateCount)
An approximate count of the products that match the value.
|
ProductViewAggregationValue |
ProductViewAggregationValue.withValue(String value)
The value of the product view aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ProductViewAggregationValue>> |
SearchProductsResult.getProductViewAggregations()
The product view aggregations.
|
| Modifier and Type | Method and Description |
|---|---|
SearchProductsResult |
SearchProductsResult.addProductViewAggregationsEntry(String key,
List<ProductViewAggregationValue> value) |
void |
SearchProductsResult.setProductViewAggregations(Map<String,List<ProductViewAggregationValue>> productViewAggregations)
The product view aggregations.
|
SearchProductsResult |
SearchProductsResult.withProductViewAggregations(Map<String,List<ProductViewAggregationValue>> productViewAggregations)
The product view aggregations.
|
Copyright © 2020. All rights reserved.