Uses of Class
com.amazonaws.services.apigateway.model.UpdateMethodRequest
Packages that use UpdateMethodRequest
-
Uses of UpdateMethodRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type UpdateMethodRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateMethod
(UpdateMethodRequest request) AmazonApiGateway.updateMethod
(UpdateMethodRequest updateMethodRequest) Updates an existing Method resource.AmazonApiGatewayClient.updateMethod
(UpdateMethodRequest updateMethodRequest) Updates an existing Method resource.AbstractAmazonApiGatewayAsync.updateMethodAsync
(UpdateMethodRequest request) AbstractAmazonApiGatewayAsync.updateMethodAsync
(UpdateMethodRequest request, AsyncHandler<UpdateMethodRequest, UpdateMethodResult> asyncHandler) AmazonApiGatewayAsync.updateMethodAsync
(UpdateMethodRequest updateMethodRequest) Updates an existing Method resource.AmazonApiGatewayAsync.updateMethodAsync
(UpdateMethodRequest updateMethodRequest, AsyncHandler<UpdateMethodRequest, UpdateMethodResult> asyncHandler) Updates an existing Method resource.AmazonApiGatewayAsyncClient.updateMethodAsync
(UpdateMethodRequest request) AmazonApiGatewayAsyncClient.updateMethodAsync
(UpdateMethodRequest request, AsyncHandler<UpdateMethodRequest, UpdateMethodResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateMethodRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateMethodAsync
(UpdateMethodRequest request, AsyncHandler<UpdateMethodRequest, UpdateMethodResult> asyncHandler) AmazonApiGatewayAsync.updateMethodAsync
(UpdateMethodRequest updateMethodRequest, AsyncHandler<UpdateMethodRequest, UpdateMethodResult> asyncHandler) Updates an existing Method resource.AmazonApiGatewayAsyncClient.updateMethodAsync
(UpdateMethodRequest request, AsyncHandler<UpdateMethodRequest, UpdateMethodResult> asyncHandler) -
Uses of UpdateMethodRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateMethodRequestModifier and TypeMethodDescriptionUpdateMethodRequest.clone()
UpdateMethodRequest.withHttpMethod
(String httpMethod) The HTTP verb that identifies the Method resource.UpdateMethodRequest.withPatchOperations
(PatchOperation... patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateMethodRequest.withPatchOperations
(Collection<PatchOperation> patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateMethodRequest.withResourceId
(String resourceId) UpdateMethodRequest.withRestApiId
(String restApiId)