Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.UpdateModelResponse
-
Packages that use UpdateModelResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of UpdateModelResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return UpdateModelResponse Modifier and Type Method Description default UpdateModelResponseApiGatewayV2Client. updateModel(Consumer<UpdateModelRequest.Builder> updateModelRequest)Updates a Model.default UpdateModelResponseApiGatewayV2Client. updateModel(UpdateModelRequest updateModelRequest)Updates a Model.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type UpdateModelResponse Modifier and Type Method Description default CompletableFuture<UpdateModelResponse>ApiGatewayV2AsyncClient. updateModel(Consumer<UpdateModelRequest.Builder> updateModelRequest)Updates a Model.default CompletableFuture<UpdateModelResponse>ApiGatewayV2AsyncClient. updateModel(UpdateModelRequest updateModelRequest)Updates a Model.
-