| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| 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 |
|---|---|
ListPortfoliosForProductRequest |
ListPortfoliosForProductRequest.clone() |
ListPortfoliosForProductRequest |
ListPortfoliosForProductRequest.withAcceptLanguage(String acceptLanguage)
The language code to use for this operation.
|
ListPortfoliosForProductRequest |
ListPortfoliosForProductRequest.withPageSize(Integer pageSize)
The maximum number of items to return in the results.
|
ListPortfoliosForProductRequest |
ListPortfoliosForProductRequest.withPageToken(String pageToken)
The page token of the first page retrieved.
|
ListPortfoliosForProductRequest |
ListPortfoliosForProductRequest.withProductId(String productId)
The product identifier.
|
Copyright © 2017. All rights reserved.