| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog |
|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListConstraintsForPortfolioResponse> |
ServiceCatalogAsyncClient.listConstraintsForPortfolio(Consumer<ListConstraintsForPortfolioRequest.Builder> listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
|
default ListConstraintsForPortfolioResponse |
ServiceCatalogClient.listConstraintsForPortfolio(Consumer<ListConstraintsForPortfolioRequest.Builder> listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
|
default ListConstraintsForPortfolioPublisher |
ServiceCatalogAsyncClient.listConstraintsForPortfolioPaginator(Consumer<ListConstraintsForPortfolioRequest.Builder> listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
|
default ListConstraintsForPortfolioIterable |
ServiceCatalogClient.listConstraintsForPortfolioPaginator(Consumer<ListConstraintsForPortfolioRequest.Builder> listConstraintsForPortfolioRequest)
Lists the constraints for the specified portfolio and product.
|
| Modifier and Type | Method and Description |
|---|---|
ListConstraintsForPortfolioRequest.Builder |
ListConstraintsForPortfolioRequest.Builder.acceptLanguage(String acceptLanguage)
The language code.
|
static ListConstraintsForPortfolioRequest.Builder |
ListConstraintsForPortfolioRequest.builder() |
ListConstraintsForPortfolioRequest.Builder |
ListConstraintsForPortfolioRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConstraintsForPortfolioRequest.Builder |
ListConstraintsForPortfolioRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListConstraintsForPortfolioRequest.Builder |
ListConstraintsForPortfolioRequest.Builder.pageSize(Integer pageSize)
The maximum number of items to return with this call.
|
ListConstraintsForPortfolioRequest.Builder |
ListConstraintsForPortfolioRequest.Builder.pageToken(String pageToken)
The page token for the next set of results.
|
ListConstraintsForPortfolioRequest.Builder |
ListConstraintsForPortfolioRequest.Builder.portfolioId(String portfolioId)
The portfolio identifier.
|
ListConstraintsForPortfolioRequest.Builder |
ListConstraintsForPortfolioRequest.Builder.productId(String productId)
The product identifier.
|
ListConstraintsForPortfolioRequest.Builder |
ListConstraintsForPortfolioRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListConstraintsForPortfolioRequest.Builder> |
ListConstraintsForPortfolioRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.