Uses of Class
com.amazonaws.services.apigateway.model.UpdateModelResult
Packages that use UpdateModelResult
-
Uses of UpdateModelResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateModelResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateModel
(UpdateModelRequest request) AmazonApiGateway.updateModel
(UpdateModelRequest updateModelRequest) Changes information about a model.AmazonApiGatewayClient.updateModel
(UpdateModelRequest updateModelRequest) Changes information about a model.Methods in com.amazonaws.services.apigateway that return types with arguments of type UpdateModelResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateModelAsync
(UpdateModelRequest request) AbstractAmazonApiGatewayAsync.updateModelAsync
(UpdateModelRequest request, AsyncHandler<UpdateModelRequest, UpdateModelResult> asyncHandler) AmazonApiGatewayAsync.updateModelAsync
(UpdateModelRequest updateModelRequest) Changes information about a model.AmazonApiGatewayAsync.updateModelAsync
(UpdateModelRequest updateModelRequest, AsyncHandler<UpdateModelRequest, UpdateModelResult> asyncHandler) Changes information about a model.AmazonApiGatewayAsyncClient.updateModelAsync
(UpdateModelRequest request) AmazonApiGatewayAsyncClient.updateModelAsync
(UpdateModelRequest request, AsyncHandler<UpdateModelRequest, UpdateModelResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateModelResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateModelAsync
(UpdateModelRequest request, AsyncHandler<UpdateModelRequest, UpdateModelResult> asyncHandler) AmazonApiGatewayAsync.updateModelAsync
(UpdateModelRequest updateModelRequest, AsyncHandler<UpdateModelRequest, UpdateModelResult> asyncHandler) Changes information about a model.AmazonApiGatewayAsyncClient.updateModelAsync
(UpdateModelRequest request, AsyncHandler<UpdateModelRequest, UpdateModelResult> asyncHandler) -
Uses of UpdateModelResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateModelResultModifier and TypeMethodDescriptionUpdateModelResult.clone()
UpdateModelResult.withContentType
(String contentType) The content-type for the model.UpdateModelResult.withDescription
(String description) The description of the model.The identifier for the model resource.The name of the model.UpdateModelResult.withSchema
(String schema) The schema for the model.