| 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)
Returns a paginated list all of the
Products objects to which the caller has access. |
SearchProductsResult |
AWSServiceCatalogClient.searchProducts(SearchProductsRequest request)
Returns a paginated list all of the
Products objects to which the caller has access. |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchProductsResult> |
AbstractAWSServiceCatalogAsync.searchProductsAsync(SearchProductsRequest request,
AsyncHandler<SearchProductsRequest,SearchProductsResult> asyncHandler) |
Future<SearchProductsResult> |
AWSServiceCatalogAsync.searchProductsAsync(SearchProductsRequest searchProductsRequest,
AsyncHandler<SearchProductsRequest,SearchProductsResult> asyncHandler)
Returns a paginated list all of the
Products objects to which the caller has access. |
Future<SearchProductsResult> |
AWSServiceCatalogAsyncClient.searchProductsAsync(SearchProductsRequest request,
AsyncHandler<SearchProductsRequest,SearchProductsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchProductsResult |
SearchProductsResult.addProductViewAggregationsEntry(String key,
List<ProductViewAggregationValue> value) |
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 page of results for this operation.
|
SearchProductsResult |
SearchProductsResult.withProductViewAggregations(Map<String,List<ProductViewAggregationValue>> productViewAggregations)
A list of the product view aggregation value objects.
|
SearchProductsResult |
SearchProductsResult.withProductViewSummaries(Collection<ProductViewSummary> productViewSummaries)
A list of the product view summary objects.
|
SearchProductsResult |
SearchProductsResult.withProductViewSummaries(ProductViewSummary... productViewSummaries)
A list of the product view summary objects.
|
Copyright © 2017. All rights reserved.