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