| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateConstraintResult> |
AWSServiceCatalogAsyncClient.updateConstraintAsync(UpdateConstraintRequest request,
AsyncHandler<UpdateConstraintRequest,UpdateConstraintResult> asyncHandler) |
Future<UpdateConstraintResult> |
AbstractAWSServiceCatalogAsync.updateConstraintAsync(UpdateConstraintRequest request,
AsyncHandler<UpdateConstraintRequest,UpdateConstraintResult> asyncHandler) |
Future<UpdateConstraintResult> |
AWSServiceCatalogAsync.updateConstraintAsync(UpdateConstraintRequest updateConstraintRequest,
AsyncHandler<UpdateConstraintRequest,UpdateConstraintResult> asyncHandler)
Updates the specified constraint.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConstraintRequest |
UpdateConstraintRequest.clone() |
UpdateConstraintRequest |
UpdateConstraintRequest.withAcceptLanguage(String acceptLanguage)
The language code.
|
UpdateConstraintRequest |
UpdateConstraintRequest.withDescription(String description)
The updated description of the constraint.
|
UpdateConstraintRequest |
UpdateConstraintRequest.withId(String id)
The identifier of the constraint.
|
UpdateConstraintRequest |
UpdateConstraintRequest.withParameters(String parameters)
The constraint parameters, in JSON format.
|
Copyright © 2020. All rights reserved.