| 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()
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetModelsResult |
GetModelsResult.withItems(Model... items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetModelsResult.setItems(Collection<Model> items)
The current page of elements from this collection.
|
GetModelsResult |
GetModelsResult.withItems(Collection<Model> items)
The current page of elements from this collection.
|
Copyright © 2021. All rights reserved.