Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ListPortfoliosForProductResponse
-
Packages that use ListPortfoliosForProductResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.paginators -
-
Uses of ListPortfoliosForProductResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return ListPortfoliosForProductResponse Modifier and Type Method Description default ListPortfoliosForProductResponseServiceCatalogClient. listPortfoliosForProduct(Consumer<ListPortfoliosForProductRequest.Builder> listPortfoliosForProductRequest)Lists all portfolios that the specified product is associated with.default ListPortfoliosForProductResponseServiceCatalogClient. listPortfoliosForProduct(ListPortfoliosForProductRequest listPortfoliosForProductRequest)Lists all portfolios that the specified product is associated with.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type ListPortfoliosForProductResponse Modifier and Type Method Description default CompletableFuture<ListPortfoliosForProductResponse>ServiceCatalogAsyncClient. listPortfoliosForProduct(Consumer<ListPortfoliosForProductRequest.Builder> listPortfoliosForProductRequest)Lists all portfolios that the specified product is associated with.default CompletableFuture<ListPortfoliosForProductResponse>ServiceCatalogAsyncClient. listPortfoliosForProduct(ListPortfoliosForProductRequest listPortfoliosForProductRequest)Lists all portfolios that the specified product is associated with. -
Uses of ListPortfoliosForProductResponse in software.amazon.awssdk.services.servicecatalog.paginators
Methods in software.amazon.awssdk.services.servicecatalog.paginators that return types with arguments of type ListPortfoliosForProductResponse Modifier and Type Method Description Iterator<ListPortfoliosForProductResponse>ListPortfoliosForProductIterable. iterator()Method parameters in software.amazon.awssdk.services.servicecatalog.paginators with type arguments of type ListPortfoliosForProductResponse Modifier and Type Method Description voidListPortfoliosForProductPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPortfoliosForProductResponse> subscriber)
-