Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateModelResult> |
AmazonApiGatewayAsyncClient.updateModelAsync(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
UpdateModelRequest |
UpdateModelRequest.clone() |
UpdateModelRequest |
UpdateModelRequest.withModelName(String modelName)
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)
The string identifier of the associated RestApi.
|
Copyright © 2017. All rights reserved.