| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateProductWithPortfolioResult> |
AbstractAWSServiceCatalogAsync.associateProductWithPortfolioAsync(AssociateProductWithPortfolioRequest request,
AsyncHandler<AssociateProductWithPortfolioRequest,AssociateProductWithPortfolioResult> asyncHandler) |
Future<AssociateProductWithPortfolioResult> |
AWSServiceCatalogAsync.associateProductWithPortfolioAsync(AssociateProductWithPortfolioRequest associateProductWithPortfolioRequest,
AsyncHandler<AssociateProductWithPortfolioRequest,AssociateProductWithPortfolioResult> asyncHandler)
Associates a product with a portfolio.
|
Future<AssociateProductWithPortfolioResult> |
AWSServiceCatalogAsyncClient.associateProductWithPortfolioAsync(AssociateProductWithPortfolioRequest request,
AsyncHandler<AssociateProductWithPortfolioRequest,AssociateProductWithPortfolioResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateProductWithPortfolioRequest |
AssociateProductWithPortfolioRequest.clone() |
AssociateProductWithPortfolioRequest |
AssociateProductWithPortfolioRequest.withAcceptLanguage(String acceptLanguage)
The language code to use for this operation.
|
AssociateProductWithPortfolioRequest |
AssociateProductWithPortfolioRequest.withPortfolioId(String portfolioId)
The portfolio identifier.
|
AssociateProductWithPortfolioRequest |
AssociateProductWithPortfolioRequest.withProductId(String productId)
The product identifier.
|
AssociateProductWithPortfolioRequest |
AssociateProductWithPortfolioRequest.withSourcePortfolioId(String sourcePortfolioId)
The identifier of the source portfolio to use with this association.
|
Copyright © 2017. All rights reserved.