| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ListPortfoliosForProductResult |
AbstractAWSServiceCatalog.listPortfoliosForProduct(ListPortfoliosForProductRequest request) |
ListPortfoliosForProductResult |
AWSServiceCatalog.listPortfoliosForProduct(ListPortfoliosForProductRequest listPortfoliosForProductRequest)
Lists all portfolios that the specified product is associated with.
|
ListPortfoliosForProductResult |
AWSServiceCatalogClient.listPortfoliosForProduct(ListPortfoliosForProductRequest request)
Lists all portfolios that the specified product is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPortfoliosForProductResult> |
AbstractAWSServiceCatalogAsync.listPortfoliosForProductAsync(ListPortfoliosForProductRequest request,
AsyncHandler<ListPortfoliosForProductRequest,ListPortfoliosForProductResult> asyncHandler) |
Future<ListPortfoliosForProductResult> |
AWSServiceCatalogAsync.listPortfoliosForProductAsync(ListPortfoliosForProductRequest listPortfoliosForProductRequest,
AsyncHandler<ListPortfoliosForProductRequest,ListPortfoliosForProductResult> asyncHandler)
Lists all portfolios that the specified product is associated with.
|
Future<ListPortfoliosForProductResult> |
AWSServiceCatalogAsyncClient.listPortfoliosForProductAsync(ListPortfoliosForProductRequest request,
AsyncHandler<ListPortfoliosForProductRequest,ListPortfoliosForProductResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPortfoliosForProductResult |
ListPortfoliosForProductResult.clone() |
ListPortfoliosForProductResult |
ListPortfoliosForProductResult.withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
ListPortfoliosForProductResult |
ListPortfoliosForProductResult.withPortfolioDetails(Collection<PortfolioDetail> portfolioDetails)
List of detailed portfolio information objects.
|
ListPortfoliosForProductResult |
ListPortfoliosForProductResult.withPortfolioDetails(PortfolioDetail... portfolioDetails)
List of detailed portfolio information objects.
|
Copyright © 2017. All rights reserved.