| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProductResult> |
AbstractAWSServiceCatalogAsync.updateProductAsync(UpdateProductRequest request,
AsyncHandler<UpdateProductRequest,UpdateProductResult> asyncHandler) |
Future<UpdateProductResult> |
AWSServiceCatalogAsyncClient.updateProductAsync(UpdateProductRequest request,
AsyncHandler<UpdateProductRequest,UpdateProductResult> asyncHandler) |
Future<UpdateProductResult> |
AWSServiceCatalogAsync.updateProductAsync(UpdateProductRequest updateProductRequest,
AsyncHandler<UpdateProductRequest,UpdateProductResult> asyncHandler)
Updates the specified product.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProductRequest |
UpdateProductRequest.clone() |
UpdateProductRequest |
UpdateProductRequest.withAcceptLanguage(String acceptLanguage)
The language code.
|
UpdateProductRequest |
UpdateProductRequest.withAddTags(Collection<Tag> addTags)
The tags to add to the product.
|
UpdateProductRequest |
UpdateProductRequest.withAddTags(Tag... addTags)
The tags to add to the product.
|
UpdateProductRequest |
UpdateProductRequest.withDescription(String description)
The updated description of the product.
|
UpdateProductRequest |
UpdateProductRequest.withDistributor(String distributor)
The updated distributor of the product.
|
UpdateProductRequest |
UpdateProductRequest.withId(String id)
The product identifier.
|
UpdateProductRequest |
UpdateProductRequest.withName(String name)
The updated product name.
|
UpdateProductRequest |
UpdateProductRequest.withOwner(String owner)
The updated owner of the product.
|
UpdateProductRequest |
UpdateProductRequest.withRemoveTags(Collection<String> removeTags)
The tags to remove from the product.
|
UpdateProductRequest |
UpdateProductRequest.withRemoveTags(String... removeTags)
The tags to remove from the product.
|
UpdateProductRequest |
UpdateProductRequest.withSupportDescription(String supportDescription)
The updated support description for the product.
|
UpdateProductRequest |
UpdateProductRequest.withSupportEmail(String supportEmail)
The updated support email for the product.
|
UpdateProductRequest |
UpdateProductRequest.withSupportUrl(String supportUrl)
The updated support URL for the product.
|
Copyright © 2021. All rights reserved.