Uses of Class
com.amazonaws.services.apigateway.model.UpdateModelRequest
-
Packages that use UpdateModelRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateModelRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateModelRequest Modifier and Type Method 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) -
Uses of UpdateModelRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateModelRequest Modifier and Type Method Description UpdateModelRequestUpdateModelRequest. clone()UpdateModelRequestUpdateModelRequest. withModelName(String modelName)The name of the model to update.UpdateModelRequestUpdateModelRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateModelRequestUpdateModelRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateModelRequestUpdateModelRequest. withRestApiId(String restApiId)The RestApi identifier under which the model exists.
-