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 UpdateModelResult
AbstractAmazonApiGateway. updateModel(UpdateModelRequest request)
UpdateModelResult
AmazonApiGateway. updateModel(UpdateModelRequest updateModelRequest)
Changes information about a model.UpdateModelResult
AmazonApiGatewayClient. 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 UpdateModelResult
UpdateModelResult. clone()
UpdateModelResult
UpdateModelResult. withContentType(String contentType)
The content-type for the model.UpdateModelResult
UpdateModelResult. withDescription(String description)
The description of the model.UpdateModelResult
UpdateModelResult. withId(String id)
The identifier for the model resource.UpdateModelResult
UpdateModelResult. withName(String name)
The name of the model.UpdateModelResult
UpdateModelResult. withSchema(String schema)
The schema for the model.
-