| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePortfolioResult> |
AWSServiceCatalogAsyncClient.updatePortfolioAsync(UpdatePortfolioRequest request,
AsyncHandler<UpdatePortfolioRequest,UpdatePortfolioResult> asyncHandler) |
Future<UpdatePortfolioResult> |
AbstractAWSServiceCatalogAsync.updatePortfolioAsync(UpdatePortfolioRequest request,
AsyncHandler<UpdatePortfolioRequest,UpdatePortfolioResult> asyncHandler) |
Future<UpdatePortfolioResult> |
AWSServiceCatalogAsync.updatePortfolioAsync(UpdatePortfolioRequest updatePortfolioRequest,
AsyncHandler<UpdatePortfolioRequest,UpdatePortfolioResult> asyncHandler)
Updates the specified portfolio.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePortfolioRequest |
UpdatePortfolioRequest.clone() |
UpdatePortfolioRequest |
UpdatePortfolioRequest.withAcceptLanguage(String acceptLanguage)
The language code.
|
UpdatePortfolioRequest |
UpdatePortfolioRequest.withAddTags(Collection<Tag> addTags)
The tags to add.
|
UpdatePortfolioRequest |
UpdatePortfolioRequest.withAddTags(Tag... addTags)
The tags to add.
|
UpdatePortfolioRequest |
UpdatePortfolioRequest.withDescription(String description)
The updated description of the portfolio.
|
UpdatePortfolioRequest |
UpdatePortfolioRequest.withDisplayName(String displayName)
The name to use for display purposes.
|
UpdatePortfolioRequest |
UpdatePortfolioRequest.withId(String id)
The portfolio identifier.
|
UpdatePortfolioRequest |
UpdatePortfolioRequest.withProviderName(String providerName)
The updated name of the portfolio provider.
|
UpdatePortfolioRequest |
UpdatePortfolioRequest.withRemoveTags(Collection<String> removeTags)
The tags to remove.
|
UpdatePortfolioRequest |
UpdatePortfolioRequest.withRemoveTags(String... removeTags)
The tags to remove.
|
Copyright © 2020. All rights reserved.