Uses of Class
com.amazonaws.services.apigateway.model.UpdateModelRequest
Packages that use UpdateModelRequest
-
Uses of UpdateModelRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type UpdateModelRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateModel(UpdateModelRequest request) AmazonApiGateway.updateModel(UpdateModelRequest updateModelRequest) Changes information about a model.AmazonApiGatewayClient.updateModel(UpdateModelRequest updateModelRequest) Changes information about a model.AbstractAmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest request) AbstractAmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest request, AsyncHandler<UpdateModelRequest, UpdateModelResult> asyncHandler) AmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest updateModelRequest) Changes information about a model.AmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest updateModelRequest, AsyncHandler<UpdateModelRequest, UpdateModelResult> asyncHandler) Changes information about a model.AmazonApiGatewayAsyncClient.updateModelAsync(UpdateModelRequest request) AmazonApiGatewayAsyncClient.updateModelAsync(UpdateModelRequest request, AsyncHandler<UpdateModelRequest, UpdateModelResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateModelRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest request, AsyncHandler<UpdateModelRequest, UpdateModelResult> asyncHandler) AmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest updateModelRequest, AsyncHandler<UpdateModelRequest, UpdateModelResult> asyncHandler) Changes information about a model.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 UpdateModelRequestModifier and TypeMethodDescriptionUpdateModelRequest.clone()UpdateModelRequest.withModelName(String modelName) The name of the model to update.UpdateModelRequest.withPatchOperations(PatchOperation... patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateModelRequest.withPatchOperations(Collection<PatchOperation> patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateModelRequest.withRestApiId(String restApiId) The RestApi identifier under which the model exists.