Amazon.ServiceCatalog.AmazonServiceCatalogClient.SearchProducts C# (CSharp) Метод

SearchProducts() публичный Метод

Returns a paginated list all of the Products objects to which the caller has access.

The output of this operation can be used as input for other operations, such as DescribeProductView.

/// One or more parameters provided to the operation are invalid. ///
public SearchProducts ( SearchProductsRequest request ) : SearchProductsResponse
request SearchProductsRequest Container for the necessary parameters to execute the SearchProducts service method.
Результат SearchProductsResponse
        public SearchProductsResponse SearchProducts(SearchProductsRequest request)
        {
            var marshaller = new SearchProductsRequestMarshaller();
            var unmarshaller = SearchProductsResponseUnmarshaller.Instance;

            return Invoke<SearchProductsRequest,SearchProductsResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient