| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
SearchProductsResult |
AbstractAWSServiceCatalog.searchProducts(SearchProductsRequest request) |
SearchProductsResult |
AWSServiceCatalog.searchProducts(SearchProductsRequest searchProductsRequest)
Gets information about the products to which the caller has access.
|
SearchProductsResult |
AWSServiceCatalogClient.searchProducts(SearchProductsRequest request)
Gets information about the products to which the caller has access.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchProductsResult> |
AbstractAWSServiceCatalogAsync.searchProductsAsync(SearchProductsRequest request,
AsyncHandler<SearchProductsRequest,SearchProductsResult> asyncHandler) |
Future<SearchProductsResult> |
AWSServiceCatalogAsyncClient.searchProductsAsync(SearchProductsRequest request,
AsyncHandler<SearchProductsRequest,SearchProductsResult> asyncHandler) |
Future<SearchProductsResult> |
AWSServiceCatalogAsync.searchProductsAsync(SearchProductsRequest searchProductsRequest,
AsyncHandler<SearchProductsRequest,SearchProductsResult> asyncHandler)
Gets information about the products to which the caller has access.
|
| Modifier and Type | Method and Description |
|---|---|
SearchProductsResult |
SearchProductsResult.addProductViewAggregationsEntry(String key,
List<ProductViewAggregationValue> value)
Add a single ProductViewAggregations entry
|
SearchProductsResult |
SearchProductsResult.clearProductViewAggregationsEntries()
Removes all the entries added into ProductViewAggregations.
|
SearchProductsResult |
SearchProductsResult.clone() |
SearchProductsResult |
SearchProductsResult.withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
SearchProductsResult |
SearchProductsResult.withProductViewAggregations(Map<String,List<ProductViewAggregationValue>> productViewAggregations)
The product view aggregations.
|
SearchProductsResult |
SearchProductsResult.withProductViewSummaries(Collection<ProductViewSummary> productViewSummaries)
Information about the product views.
|
SearchProductsResult |
SearchProductsResult.withProductViewSummaries(ProductViewSummary... productViewSummaries)
Information about the product views.
|
Copyright © 2025. All rights reserved.