Uses of Class
software.amazon.awssdk.services.servicecatalog.model.DescribePortfolioSharesResponse
-
Packages that use DescribePortfolioSharesResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.paginators -
-
Uses of DescribePortfolioSharesResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return DescribePortfolioSharesResponse Modifier and Type Method Description default DescribePortfolioSharesResponseServiceCatalogClient. describePortfolioShares(Consumer<DescribePortfolioSharesRequest.Builder> 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.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type DescribePortfolioSharesResponse Modifier and Type Method Description default CompletableFuture<DescribePortfolioSharesResponse>ServiceCatalogAsyncClient. describePortfolioShares(Consumer<DescribePortfolioSharesRequest.Builder> describePortfolioSharesRequest)Returns a summary of each of the portfolio shares that were created for the specified portfolio.default CompletableFuture<DescribePortfolioSharesResponse>ServiceCatalogAsyncClient. describePortfolioShares(DescribePortfolioSharesRequest describePortfolioSharesRequest)Returns a summary of each of the portfolio shares that were created for the specified portfolio. -
Uses of DescribePortfolioSharesResponse in software.amazon.awssdk.services.servicecatalog.paginators
Methods in software.amazon.awssdk.services.servicecatalog.paginators that return types with arguments of type DescribePortfolioSharesResponse Modifier and Type Method Description Iterator<DescribePortfolioSharesResponse>DescribePortfolioSharesIterable. iterator()Method parameters in software.amazon.awssdk.services.servicecatalog.paginators with type arguments of type DescribePortfolioSharesResponse Modifier and Type Method Description voidDescribePortfolioSharesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribePortfolioSharesResponse> subscriber)
-