Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ListAcceptedPortfolioSharesResponse
-
Packages that use ListAcceptedPortfolioSharesResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.paginators -
-
Uses of ListAcceptedPortfolioSharesResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return ListAcceptedPortfolioSharesResponse Modifier and Type Method Description default ListAcceptedPortfolioSharesResponseServiceCatalogClient. listAcceptedPortfolioShares()Lists all imported portfolios for which account-to-account shares were accepted by this account.default ListAcceptedPortfolioSharesResponseServiceCatalogClient. listAcceptedPortfolioShares(Consumer<ListAcceptedPortfolioSharesRequest.Builder> listAcceptedPortfolioSharesRequest)Lists all imported portfolios for which account-to-account shares were accepted by this account.default ListAcceptedPortfolioSharesResponseServiceCatalogClient. listAcceptedPortfolioShares(ListAcceptedPortfolioSharesRequest listAcceptedPortfolioSharesRequest)Lists all imported portfolios for which account-to-account shares were accepted by this account.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type ListAcceptedPortfolioSharesResponse Modifier and Type Method Description default CompletableFuture<ListAcceptedPortfolioSharesResponse>ServiceCatalogAsyncClient. listAcceptedPortfolioShares()Lists all imported portfolios for which account-to-account shares were accepted by this account.default CompletableFuture<ListAcceptedPortfolioSharesResponse>ServiceCatalogAsyncClient. listAcceptedPortfolioShares(Consumer<ListAcceptedPortfolioSharesRequest.Builder> listAcceptedPortfolioSharesRequest)Lists all imported portfolios for which account-to-account shares were accepted by this account.default CompletableFuture<ListAcceptedPortfolioSharesResponse>ServiceCatalogAsyncClient. listAcceptedPortfolioShares(ListAcceptedPortfolioSharesRequest listAcceptedPortfolioSharesRequest)Lists all imported portfolios for which account-to-account shares were accepted by this account. -
Uses of ListAcceptedPortfolioSharesResponse in software.amazon.awssdk.services.servicecatalog.paginators
Methods in software.amazon.awssdk.services.servicecatalog.paginators that return types with arguments of type ListAcceptedPortfolioSharesResponse Modifier and Type Method Description Iterator<ListAcceptedPortfolioSharesResponse>ListAcceptedPortfolioSharesIterable. iterator()Method parameters in software.amazon.awssdk.services.servicecatalog.paginators with type arguments of type ListAcceptedPortfolioSharesResponse Modifier and Type Method Description voidListAcceptedPortfolioSharesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAcceptedPortfolioSharesResponse> subscriber)
-