| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog |
|
| software.amazon.awssdk.services.servicecatalog.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPortfoliosForProductResponse |
ServiceCatalogClient.listPortfoliosForProduct(Consumer<ListPortfoliosForProductRequest.Builder> listPortfoliosForProductRequest)
Lists all portfolios that the specified product is associated with.
|
default ListPortfoliosForProductResponse |
ServiceCatalogClient.listPortfoliosForProduct(ListPortfoliosForProductRequest listPortfoliosForProductRequest)
Lists all portfolios that the specified product is associated with.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPortfoliosForProductResponse> |
ListPortfoliosForProductIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPortfoliosForProductPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPortfoliosForProductResponse> subscriber) |
Copyright © 2023. All rights reserved.