Uses of Class
software.amazon.awssdk.services.servicecatalog.model.DeletePortfolioShareRequest
-
Packages that use DeletePortfolioShareRequest Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.transform -
-
Uses of DeletePortfolioShareRequest in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog with parameters of type DeletePortfolioShareRequest Modifier and Type Method Description default CompletableFuture<DeletePortfolioShareResponse>ServiceCatalogAsyncClient. deletePortfolioShare(DeletePortfolioShareRequest 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. -
Uses of DeletePortfolioShareRequest in software.amazon.awssdk.services.servicecatalog.transform
Methods in software.amazon.awssdk.services.servicecatalog.transform with parameters of type DeletePortfolioShareRequest Modifier and Type Method Description SdkHttpFullRequestDeletePortfolioShareRequestMarshaller. marshall(DeletePortfolioShareRequest deletePortfolioShareRequest)
-