Amazon.ServiceCatalog.AmazonServiceCatalogClient.ScanProvisionedProducts C# (CSharp) Method

ScanProvisionedProducts() public method

Returns a paginated list of all the ProvisionedProduct objects that are currently available (not terminated).
/// One or more parameters provided to the operation are invalid. ///
public ScanProvisionedProducts ( ScanProvisionedProductsRequest request ) : ScanProvisionedProductsResponse
request ScanProvisionedProductsRequest Container for the necessary parameters to execute the ScanProvisionedProducts service method.
return ScanProvisionedProductsResponse
        public ScanProvisionedProductsResponse ScanProvisionedProducts(ScanProvisionedProductsRequest request)
        {
            var marshaller = new ScanProvisionedProductsRequestMarshaller();
            var unmarshaller = ScanProvisionedProductsResponseUnmarshaller.Instance;

            return Invoke<ScanProvisionedProductsRequest,ScanProvisionedProductsResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient