Uses of Class
software.amazon.awssdk.services.servicecatalog.model.DeletePortfolioShareResponse
-
Packages that use DeletePortfolioShareResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of DeletePortfolioShareResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return DeletePortfolioShareResponse Modifier and Type Method Description default DeletePortfolioShareResponseServiceCatalogClient. deletePortfolioShare(Consumer<DeletePortfolioShareRequest.Builder> deletePortfolioShareRequest)Stops sharing the specified portfolio with the specified account or organization node.default DeletePortfolioShareResponseServiceCatalogClient. deletePortfolioShare(DeletePortfolioShareRequest deletePortfolioShareRequest)Stops sharing the specified portfolio with the specified account or organization node.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type DeletePortfolioShareResponse Modifier and Type Method Description default CompletableFuture<DeletePortfolioShareResponse>ServiceCatalogAsyncClient. deletePortfolioShare(Consumer<DeletePortfolioShareRequest.Builder> deletePortfolioShareRequest)Stops sharing the specified portfolio with the specified account or organization node.default CompletableFuture<DeletePortfolioShareResponse>ServiceCatalogAsyncClient. deletePortfolioShare(DeletePortfolioShareRequest deletePortfolioShareRequest)Stops sharing the specified portfolio with the specified account or organization node.
-