Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ListPortfolioAccessResponse
-
Packages that use ListPortfolioAccessResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.paginators -
-
Uses of ListPortfolioAccessResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return ListPortfolioAccessResponse Modifier and Type Method Description default ListPortfolioAccessResponseServiceCatalogClient. listPortfolioAccess(Consumer<ListPortfolioAccessRequest.Builder> listPortfolioAccessRequest)Lists the account IDs that have access to the specified portfolio.default ListPortfolioAccessResponseServiceCatalogClient. listPortfolioAccess(ListPortfolioAccessRequest listPortfolioAccessRequest)Lists the account IDs that have access to the specified portfolio.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type ListPortfolioAccessResponse Modifier and Type Method Description default CompletableFuture<ListPortfolioAccessResponse>ServiceCatalogAsyncClient. listPortfolioAccess(Consumer<ListPortfolioAccessRequest.Builder> listPortfolioAccessRequest)Lists the account IDs that have access to the specified portfolio.default CompletableFuture<ListPortfolioAccessResponse>ServiceCatalogAsyncClient. listPortfolioAccess(ListPortfolioAccessRequest listPortfolioAccessRequest)Lists the account IDs that have access to the specified portfolio. -
Uses of ListPortfolioAccessResponse in software.amazon.awssdk.services.servicecatalog.paginators
Methods in software.amazon.awssdk.services.servicecatalog.paginators that return types with arguments of type ListPortfolioAccessResponse Modifier and Type Method Description Iterator<ListPortfolioAccessResponse>ListPortfolioAccessIterable. iterator()Method parameters in software.amazon.awssdk.services.servicecatalog.paginators with type arguments of type ListPortfolioAccessResponse Modifier and Type Method Description voidListPortfolioAccessPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPortfolioAccessResponse> subscriber)
-