Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Model> |
GetModelsResult.getItems()
Gets the current Model resource in the collection.
|
Modifier and Type | Method and Description |
---|---|
GetModelsResult |
GetModelsResult.withItems(Model... items)
Gets the current Model resource in the collection.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.