Uses of Class
com.amazonaws.services.apigateway.model.Model
Packages that use Model
-
Uses of Model in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return ModelModifier and TypeMethodDescriptionModel.clone()
Model.withContentType
(String contentType) The content-type for the model.Model.withDescription
(String description) The description of the model.The identifier for the model resource.The name of the model.Model.withSchema
(String schema) The schema for the model.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type ModelModifier and TypeMethodDescriptionGetModelsResult.getItems()
Gets the current Model resource in the collection.Methods in com.amazonaws.services.apigateway.model with parameters of type ModelMethod parameters in com.amazonaws.services.apigateway.model with type arguments of type ModelModifier and TypeMethodDescriptionvoid
GetModelsResult.setItems
(Collection<Model> items) Gets the current Model resource in the collection.GetModelsResult.withItems
(Collection<Model> items) Gets the current Model resource in the collection.