Uses of Class
com.amazonaws.services.apigateway.model.Model
-
Packages that use Model Package Description com.amazonaws.services.apigateway.model -
-
Uses of Model in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return Model Modifier and Type Method Description Model
Model. clone()
Model
Model. withContentType(String contentType)
The content-type for the model.Model
Model. withDescription(String description)
The description of the model.Model
Model. withId(String id)
The identifier for the model resource.Model
Model. withName(String name)
The name of the model.Model
Model. withSchema(String schema)
The schema for the model.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type Model Modifier and Type Method Description List<Model>
GetModelsResult. getItems()
Gets the current Model resource in the collection.Methods in com.amazonaws.services.apigateway.model with parameters of type Model Modifier and Type Method Description GetModelsResult
GetModelsResult. withItems(Model... items)
Gets the current Model resource in the collection.Method parameters in com.amazonaws.services.apigateway.model with type arguments of type Model Modifier and Type Method Description void
GetModelsResult. setItems(Collection<Model> items)
Gets the current Model resource in the collection.GetModelsResult
GetModelsResult. withItems(Collection<Model> items)
Gets the current Model resource in the collection.
-