| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog |
|
| software.amazon.awssdk.services.servicecatalog.paginators | |
| software.amazon.awssdk.services.servicecatalog.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchProductsResponse> |
ServiceCatalogAsyncClient.searchProducts(SearchProductsRequest searchProductsRequest)
Gets information about the products to which the caller has access.
|
default SearchProductsResponse |
ServiceCatalogClient.searchProducts(SearchProductsRequest searchProductsRequest)
Gets information about the products to which the caller has access.
|
default SearchProductsPublisher |
ServiceCatalogAsyncClient.searchProductsPaginator(SearchProductsRequest searchProductsRequest)
Gets information about the products to which the caller has access.
|
default SearchProductsIterable |
ServiceCatalogClient.searchProductsPaginator(SearchProductsRequest searchProductsRequest)
Gets information about the products to which the caller has access.
|
| Constructor and Description |
|---|
SearchProductsIterable(ServiceCatalogClient client,
SearchProductsRequest firstRequest) |
SearchProductsPublisher(ServiceCatalogAsyncClient client,
SearchProductsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SearchProductsRequestMarshaller.marshall(SearchProductsRequest searchProductsRequest) |
Copyright © 2023. All rights reserved.