Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
Packages that use UpdateMethodResponse
-
Uses of UpdateMethodResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateMethodResponseModifier and TypeMethodDescriptiondefault 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 UpdateMethodResponseModifier and TypeMethodDescriptiondefault 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.