Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
-
Packages that use UpdateMethodResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateMethodResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateMethodResponse Modifier and Type Method Description default UpdateMethodResponseApiGatewayClient. updateMethod(Consumer<UpdateMethodRequest.Builder> updateMethodRequest)Updates an existing Method resource.default UpdateMethodResponseApiGatewayClient. updateMethod(UpdateMethodRequest updateMethodRequest)Updates an existing Method resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateMethodResponse Modifier and Type Method Description default CompletableFuture<UpdateMethodResponse>ApiGatewayAsyncClient. updateMethod(Consumer<UpdateMethodRequest.Builder> updateMethodRequest)Updates an existing Method resource.default CompletableFuture<UpdateMethodResponse>ApiGatewayAsyncClient. updateMethod(UpdateMethodRequest updateMethodRequest)Updates an existing Method resource.
-