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

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

Updates the specified portfolio's details. This operation will not work with a product that has been shared with you.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public UpdatePortfolio ( UpdatePortfolioRequest request ) : UpdatePortfolioResponse
request UpdatePortfolioRequest Container for the necessary parameters to execute the UpdatePortfolio service method.
Результат UpdatePortfolioResponse
        public UpdatePortfolioResponse UpdatePortfolio(UpdatePortfolioRequest request)
        {
            var marshaller = new UpdatePortfolioRequestMarshaller();
            var unmarshaller = UpdatePortfolioResponseUnmarshaller.Instance;

            return Invoke<UpdatePortfolioRequest,UpdatePortfolioResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient