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