Uses of Class
software.amazon.awssdk.services.servicecatalog.model.DescribePortfolioShareStatusResponse
-
Packages that use DescribePortfolioShareStatusResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of DescribePortfolioShareStatusResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return DescribePortfolioShareStatusResponse Modifier and Type Method Description default DescribePortfolioShareStatusResponseServiceCatalogClient. describePortfolioShareStatus(Consumer<DescribePortfolioShareStatusRequest.Builder> describePortfolioShareStatusRequest)Gets the status of the specified portfolio share operation.default DescribePortfolioShareStatusResponseServiceCatalogClient. describePortfolioShareStatus(DescribePortfolioShareStatusRequest describePortfolioShareStatusRequest)Gets the status of the specified portfolio share operation.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type DescribePortfolioShareStatusResponse Modifier and Type Method Description default CompletableFuture<DescribePortfolioShareStatusResponse>ServiceCatalogAsyncClient. describePortfolioShareStatus(Consumer<DescribePortfolioShareStatusRequest.Builder> describePortfolioShareStatusRequest)Gets the status of the specified portfolio share operation.default CompletableFuture<DescribePortfolioShareStatusResponse>ServiceCatalogAsyncClient. describePortfolioShareStatus(DescribePortfolioShareStatusRequest describePortfolioShareStatusRequest)Gets the status of the specified portfolio share operation.
-