Uses of Class
software.amazon.awssdk.services.servicecatalog.model.AcceptPortfolioShareResponse
-
Packages that use AcceptPortfolioShareResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of AcceptPortfolioShareResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return AcceptPortfolioShareResponse Modifier and Type Method Description default AcceptPortfolioShareResponseServiceCatalogClient. acceptPortfolioShare(Consumer<AcceptPortfolioShareRequest.Builder> acceptPortfolioShareRequest)Accepts an offer to share the specified portfolio.default AcceptPortfolioShareResponseServiceCatalogClient. acceptPortfolioShare(AcceptPortfolioShareRequest acceptPortfolioShareRequest)Accepts an offer to share the specified portfolio.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type AcceptPortfolioShareResponse Modifier and Type Method Description default CompletableFuture<AcceptPortfolioShareResponse>ServiceCatalogAsyncClient. acceptPortfolioShare(Consumer<AcceptPortfolioShareRequest.Builder> acceptPortfolioShareRequest)Accepts an offer to share the specified portfolio.default CompletableFuture<AcceptPortfolioShareResponse>ServiceCatalogAsyncClient. acceptPortfolioShare(AcceptPortfolioShareRequest acceptPortfolioShareRequest)Accepts an offer to share the specified portfolio.
-