Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
-
Packages that use UpdateModelResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateModelResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateModelResponse Modifier and Type Method Description default UpdateModelResponseApiGatewayClient. updateModel(Consumer<UpdateModelRequest.Builder> updateModelRequest)Changes information about a model.default UpdateModelResponseApiGatewayClient. updateModel(UpdateModelRequest updateModelRequest)Changes information about a model.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateModelResponse Modifier and Type Method Description default CompletableFuture<UpdateModelResponse>ApiGatewayAsyncClient. updateModel(Consumer<UpdateModelRequest.Builder> updateModelRequest)Changes information about a model.default CompletableFuture<UpdateModelResponse>ApiGatewayAsyncClient. updateModel(UpdateModelRequest updateModelRequest)Changes information about a model.
-