Uses of Class
com.amazonaws.services.apigateway.model.UpdateMethodRequest
-
Packages that use UpdateMethodRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateMethodRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateMethodRequest Modifier and Type Method Description Future<UpdateMethodResult>
AbstractAmazonApiGatewayAsync. updateMethodAsync(UpdateMethodRequest request, AsyncHandler<UpdateMethodRequest,UpdateMethodResult> asyncHandler)
Future<UpdateMethodResult>
AmazonApiGatewayAsync. updateMethodAsync(UpdateMethodRequest updateMethodRequest, AsyncHandler<UpdateMethodRequest,UpdateMethodResult> asyncHandler)
Updates an existing Method resource.Future<UpdateMethodResult>
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 UpdateMethodRequest Modifier and Type Method Description UpdateMethodRequest
UpdateMethodRequest. clone()
UpdateMethodRequest
UpdateMethodRequest. withHttpMethod(String httpMethod)
The HTTP verb that identifies the Method resource.UpdateMethodRequest
UpdateMethodRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateMethodRequest
UpdateMethodRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateMethodRequest
UpdateMethodRequest. withResourceId(String resourceId)
UpdateMethodRequest
UpdateMethodRequest. withRestApiId(String restApiId)
-