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

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

Returns a paginated list of all paths to a specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListLaunchPaths ( ListLaunchPathsRequest request ) : ListLaunchPathsResponse
request ListLaunchPathsRequest Container for the necessary parameters to execute the ListLaunchPaths service method.
Результат ListLaunchPathsResponse
        public ListLaunchPathsResponse ListLaunchPaths(ListLaunchPathsRequest request)
        {
            var marshaller = new ListLaunchPathsRequestMarshaller();
            var unmarshaller = ListLaunchPathsResponseUnmarshaller.Instance;

            return Invoke<ListLaunchPathsRequest,ListLaunchPathsResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient