Uses of Class
software.amazon.awssdk.services.servicecatalog.model.AssociatePrincipalWithPortfolioResponse
-
Packages that use AssociatePrincipalWithPortfolioResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of AssociatePrincipalWithPortfolioResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return AssociatePrincipalWithPortfolioResponse Modifier and Type Method Description default AssociatePrincipalWithPortfolioResponseServiceCatalogClient. associatePrincipalWithPortfolio(Consumer<AssociatePrincipalWithPortfolioRequest.Builder> associatePrincipalWithPortfolioRequest)Associates the specified principal ARN with the specified portfolio.default AssociatePrincipalWithPortfolioResponseServiceCatalogClient. associatePrincipalWithPortfolio(AssociatePrincipalWithPortfolioRequest associatePrincipalWithPortfolioRequest)Associates the specified principal ARN with the specified portfolio.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type AssociatePrincipalWithPortfolioResponse Modifier and Type Method Description default CompletableFuture<AssociatePrincipalWithPortfolioResponse>ServiceCatalogAsyncClient. associatePrincipalWithPortfolio(Consumer<AssociatePrincipalWithPortfolioRequest.Builder> associatePrincipalWithPortfolioRequest)Associates the specified principal ARN with the specified portfolio.default CompletableFuture<AssociatePrincipalWithPortfolioResponse>ServiceCatalogAsyncClient. associatePrincipalWithPortfolio(AssociatePrincipalWithPortfolioRequest associatePrincipalWithPortfolioRequest)Associates the specified principal ARN with the specified portfolio.
-