| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListConstraintsForPortfolioResult> |
AWSServiceCatalogAsyncClient.listConstraintsForPortfolioAsync(ListConstraintsForPortfolioRequest request,
AsyncHandler<ListConstraintsForPortfolioRequest,ListConstraintsForPortfolioResult> asyncHandler) |
Future<ListConstraintsForPortfolioResult> |
AWSServiceCatalogAsync.listConstraintsForPortfolioAsync(ListConstraintsForPortfolioRequest listConstraintsForPortfolioRequest,
AsyncHandler<ListConstraintsForPortfolioRequest,ListConstraintsForPortfolioResult> asyncHandler)
Lists the constraints for the specified portfolio and product.
|
Future<ListConstraintsForPortfolioResult> |
AbstractAWSServiceCatalogAsync.listConstraintsForPortfolioAsync(ListConstraintsForPortfolioRequest request,
AsyncHandler<ListConstraintsForPortfolioRequest,ListConstraintsForPortfolioResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListConstraintsForPortfolioRequest |
ListConstraintsForPortfolioRequest.clone() |
ListConstraintsForPortfolioRequest |
ListConstraintsForPortfolioRequest.withAcceptLanguage(String acceptLanguage)
The language code.
|
ListConstraintsForPortfolioRequest |
ListConstraintsForPortfolioRequest.withPageSize(Integer pageSize)
The maximum number of items to return with this call.
|
ListConstraintsForPortfolioRequest |
ListConstraintsForPortfolioRequest.withPageToken(String pageToken)
The page token for the next set of results.
|
ListConstraintsForPortfolioRequest |
ListConstraintsForPortfolioRequest.withPortfolioId(String portfolioId)
The portfolio identifier.
|
ListConstraintsForPortfolioRequest |
ListConstraintsForPortfolioRequest.withProductId(String productId)
The product identifier.
|
Copyright © 2025. All rights reserved.