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 ModelModel. clone()ModelModel. withContentType(String contentType)The content-type for the model.ModelModel. withDescription(String description)The description of the model.ModelModel. withId(String id)The identifier for the model resource.ModelModel. withName(String name)The name of the model.ModelModel. 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 GetModelsResultGetModelsResult. 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 voidGetModelsResult. setItems(Collection<Model> items)Gets the current Model resource in the collection.GetModelsResultGetModelsResult. withItems(Collection<Model> items)Gets the current Model resource in the collection.
-