Uses of Class
software.amazon.awssdk.services.servicecatalog.model.CreatePortfolioShareResponse
-
Packages that use CreatePortfolioShareResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of CreatePortfolioShareResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return CreatePortfolioShareResponse Modifier and Type Method Description default CreatePortfolioShareResponseServiceCatalogClient. createPortfolioShare(Consumer<CreatePortfolioShareRequest.Builder> createPortfolioShareRequest)Shares the specified portfolio with the specified account or organization node.default CreatePortfolioShareResponseServiceCatalogClient. createPortfolioShare(CreatePortfolioShareRequest createPortfolioShareRequest)Shares the specified portfolio with the specified account or organization node.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type CreatePortfolioShareResponse Modifier and Type Method Description default CompletableFuture<CreatePortfolioShareResponse>ServiceCatalogAsyncClient. createPortfolioShare(Consumer<CreatePortfolioShareRequest.Builder> createPortfolioShareRequest)Shares the specified portfolio with the specified account or organization node.default CompletableFuture<CreatePortfolioShareResponse>ServiceCatalogAsyncClient. createPortfolioShare(CreatePortfolioShareRequest createPortfolioShareRequest)Shares the specified portfolio with the specified account or organization node.
-