Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
-
Packages that use UpdateMethodResponseResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateMethodResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateMethodResponseResponse Modifier and Type Method Description default UpdateMethodResponseResponseApiGatewayClient. updateMethodResponse(Consumer<UpdateMethodResponseRequest.Builder> updateMethodResponseRequest)Updates an existing MethodResponse resource.default UpdateMethodResponseResponseApiGatewayClient. updateMethodResponse(UpdateMethodResponseRequest updateMethodResponseRequest)Updates an existing MethodResponse resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateMethodResponseResponse Modifier and Type Method Description default CompletableFuture<UpdateMethodResponseResponse>ApiGatewayAsyncClient. updateMethodResponse(Consumer<UpdateMethodResponseRequest.Builder> updateMethodResponseRequest)Updates an existing MethodResponse resource.default CompletableFuture<UpdateMethodResponseResponse>ApiGatewayAsyncClient. updateMethodResponse(UpdateMethodResponseRequest updateMethodResponseRequest)Updates an existing MethodResponse resource.
-