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 UpdateMethodRequestUpdateMethodRequest. clone()UpdateMethodRequestUpdateMethodRequest. withHttpMethod(String httpMethod)The HTTP verb that identifies the Method resource.UpdateMethodRequestUpdateMethodRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateMethodRequestUpdateMethodRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateMethodRequestUpdateMethodRequest. withResourceId(String resourceId)UpdateMethodRequestUpdateMethodRequest. withRestApiId(String restApiId)
-