Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ProductViewAggregationValue
-
Packages that use ProductViewAggregationValue Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of ProductViewAggregationValue in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type ProductViewAggregationValue Modifier and Type Method Description Map<String,List<ProductViewAggregationValue>>SearchProductsResponse. productViewAggregations()The product view aggregations.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type ProductViewAggregationValue Modifier and Type Method Description SearchProductsResponse.BuilderSearchProductsResponse.Builder. productViewAggregations(Map<String,? extends Collection<ProductViewAggregationValue>> productViewAggregations)The product view aggregations.
-