Uses of Class
software.amazon.awssdk.services.servicecatalog.model.AssociateProductWithPortfolioResponse
-
Packages that use AssociateProductWithPortfolioResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of AssociateProductWithPortfolioResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return AssociateProductWithPortfolioResponse Modifier and Type Method Description default AssociateProductWithPortfolioResponseServiceCatalogClient. associateProductWithPortfolio(Consumer<AssociateProductWithPortfolioRequest.Builder> associateProductWithPortfolioRequest)Associates the specified product with the specified portfolio.default AssociateProductWithPortfolioResponseServiceCatalogClient. associateProductWithPortfolio(AssociateProductWithPortfolioRequest associateProductWithPortfolioRequest)Associates the specified product with the specified portfolio.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type AssociateProductWithPortfolioResponse Modifier and Type Method Description default CompletableFuture<AssociateProductWithPortfolioResponse>ServiceCatalogAsyncClient. associateProductWithPortfolio(Consumer<AssociateProductWithPortfolioRequest.Builder> associateProductWithPortfolioRequest)Associates the specified product with the specified portfolio.default CompletableFuture<AssociateProductWithPortfolioResponse>ServiceCatalogAsyncClient. associateProductWithPortfolio(AssociateProductWithPortfolioRequest associateProductWithPortfolioRequest)Associates the specified product with the specified portfolio.
-