Uses of Class
software.amazon.awssdk.services.servicecatalog.model.DescribePortfolioSharesRequest
-
Packages that use DescribePortfolioSharesRequest Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.paginators software.amazon.awssdk.services.servicecatalog.transform -
-
Uses of DescribePortfolioSharesRequest in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog with parameters of type DescribePortfolioSharesRequest Modifier and Type Method Description default CompletableFuture<DescribePortfolioSharesResponse>ServiceCatalogAsyncClient. describePortfolioShares(DescribePortfolioSharesRequest describePortfolioSharesRequest)Returns a summary of each of the portfolio shares that were created for the specified portfolio.default DescribePortfolioSharesResponseServiceCatalogClient. describePortfolioShares(DescribePortfolioSharesRequest describePortfolioSharesRequest)Returns a summary of each of the portfolio shares that were created for the specified portfolio.default DescribePortfolioSharesPublisherServiceCatalogAsyncClient. describePortfolioSharesPaginator(DescribePortfolioSharesRequest describePortfolioSharesRequest)default DescribePortfolioSharesIterableServiceCatalogClient. describePortfolioSharesPaginator(DescribePortfolioSharesRequest describePortfolioSharesRequest) -
Uses of DescribePortfolioSharesRequest in software.amazon.awssdk.services.servicecatalog.paginators
Constructors in software.amazon.awssdk.services.servicecatalog.paginators with parameters of type DescribePortfolioSharesRequest Constructor Description DescribePortfolioSharesIterable(ServiceCatalogClient client, DescribePortfolioSharesRequest firstRequest)DescribePortfolioSharesPublisher(ServiceCatalogAsyncClient client, DescribePortfolioSharesRequest firstRequest) -
Uses of DescribePortfolioSharesRequest in software.amazon.awssdk.services.servicecatalog.transform
Methods in software.amazon.awssdk.services.servicecatalog.transform with parameters of type DescribePortfolioSharesRequest Modifier and Type Method Description SdkHttpFullRequestDescribePortfolioSharesRequestMarshaller. marshall(DescribePortfolioSharesRequest describePortfolioSharesRequest)
-