Amazon.ServiceCatalog.AmazonServiceCatalogClient.ListAcceptedPortfolioShares C# (CSharp) 메소드

ListAcceptedPortfolioShares() 공개 메소드

Lists details of all portfolios for which sharing was accepted by this account.
/// One or more parameters provided to the operation are invalid. ///
public ListAcceptedPortfolioShares ( ListAcceptedPortfolioSharesRequest request ) : ListAcceptedPortfolioSharesResponse
request ListAcceptedPortfolioSharesRequest Container for the necessary parameters to execute the ListAcceptedPortfolioShares service method.
리턴 ListAcceptedPortfolioSharesResponse
        public ListAcceptedPortfolioSharesResponse ListAcceptedPortfolioShares(ListAcceptedPortfolioSharesRequest request)
        {
            var marshaller = new ListAcceptedPortfolioSharesRequestMarshaller();
            var unmarshaller = ListAcceptedPortfolioSharesResponseUnmarshaller.Instance;

            return Invoke<ListAcceptedPortfolioSharesRequest,ListAcceptedPortfolioSharesResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient