| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateModelResult> |
AbstractAmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler) |
Future<UpdateModelResult> |
AmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest updateModelRequest,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler)
Changes information about a model.
|
Future<UpdateModelResult> |
AmazonApiGatewayAsyncClient.updateModelAsync(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateModelRequest |
UpdateModelRequest.clone() |
UpdateModelRequest |
UpdateModelRequest.withModelName(String modelName)
[Required] The name of the model to update.
|
UpdateModelRequest |
UpdateModelRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateModelRequest |
UpdateModelRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateModelRequest |
UpdateModelRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
Copyright © 2021. All rights reserved.