| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway | 
 | 
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateMethodRequest | 
UpdateMethodRequest.clone()  | 
UpdateMethodRequest | 
UpdateMethodRequest.withHttpMethod(String httpMethod)
 [Required] The HTTP verb of the Method resource. 
 | 
UpdateMethodRequest | 
UpdateMethodRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
 A list of update operations to be applied to the specified resource and in the order specified in this list. 
 | 
UpdateMethodRequest | 
UpdateMethodRequest.withPatchOperations(PatchOperation... patchOperations)
 A list of update operations to be applied to the specified resource and in the order specified in this list. 
 | 
UpdateMethodRequest | 
UpdateMethodRequest.withResourceId(String resourceId)
 | 
UpdateMethodRequest | 
UpdateMethodRequest.withRestApiId(String restApiId)
 [Required] The string identifier of the associated RestApi. 
 | 
Copyright © 2021. All rights reserved.