Uses of Class
com.amazonaws.services.apigateway.model.UpdateModelResult
-
Packages that use UpdateModelResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateModelResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateModelResult Modifier and Type Method Description UpdateModelResultAbstractAmazonApiGateway. updateModel(UpdateModelRequest request)UpdateModelResultAmazonApiGateway. updateModel(UpdateModelRequest updateModelRequest)Changes information about a model.UpdateModelResultAmazonApiGatewayClient. updateModel(UpdateModelRequest updateModelRequest)Changes information about a model.Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateModelResult Modifier and Type Method Description Future<UpdateModelResult>AbstractAmazonApiGatewayAsync. updateModelAsync(UpdateModelRequest request, AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler)Future<UpdateModelResult>AmazonApiGatewayAsync. updateModelAsync(UpdateModelRequest updateModelRequest, AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler)Changes information about a model.Future<UpdateModelResult>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 UpdateModelResult Modifier and Type Method Description UpdateModelResultUpdateModelResult. clone()UpdateModelResultUpdateModelResult. withContentType(String contentType)The content-type for the model.UpdateModelResultUpdateModelResult. withDescription(String description)The description of the model.UpdateModelResultUpdateModelResult. withId(String id)The identifier for the model resource.UpdateModelResultUpdateModelResult. withName(String name)The name of the model.UpdateModelResultUpdateModelResult. withSchema(String schema)The schema for the model.
-