| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ListConstraintsForPortfolioResult |
AWSServiceCatalogClient.listConstraintsForPortfolio(ListConstraintsForPortfolioRequest request)
Lists the constraints for the specified portfolio and product.
|
ListConstraintsForPortfolioResult |
AWSServiceCatalog.listConstraintsForPortfolio(ListConstraintsForPortfolioRequest listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
|
ListConstraintsForPortfolioResult |
AbstractAWSServiceCatalog.listConstraintsForPortfolio(ListConstraintsForPortfolioRequest request) |
| 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 |
|---|---|
ListConstraintsForPortfolioResult |
ListConstraintsForPortfolioResult.clone() |
ListConstraintsForPortfolioResult |
ListConstraintsForPortfolioResult.withConstraintDetails(Collection<ConstraintDetail> constraintDetails)
Information about the constraints.
|
ListConstraintsForPortfolioResult |
ListConstraintsForPortfolioResult.withConstraintDetails(ConstraintDetail... constraintDetails)
Information about the constraints.
|
ListConstraintsForPortfolioResult |
ListConstraintsForPortfolioResult.withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
Copyright © 2022. All rights reserved.