| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
RestApi |
RestApi.clone() |
RestApi |
RestApi.withBinaryMediaTypes(Collection<String> binaryMediaTypes)
The list of binary media types supported by the RestApi.
|
RestApi |
RestApi.withBinaryMediaTypes(String... binaryMediaTypes)
The list of binary media types supported by the RestApi.
|
RestApi |
RestApi.withCreatedDate(Date createdDate)
The date when the API was created, in ISO 8601 format.
|
RestApi |
RestApi.withDescription(String description)
The API's description.
|
RestApi |
RestApi.withId(String id)
The API's identifier.
|
RestApi |
RestApi.withName(String name)
The API's name.
|
RestApi |
RestApi.withVersion(String version)
A version identifier for the API.
|
RestApi |
RestApi.withWarnings(Collection<String> warnings)
The warning messages reported when
failonwarnings is turned on during API import. |
RestApi |
RestApi.withWarnings(String... warnings)
The warning messages reported when
failonwarnings is turned on during API import. |
| Modifier and Type | Method and Description |
|---|---|
List<RestApi> |
GetRestApisResult.getItems()
An array of links to the current page of RestApi resources.
|
| Modifier and Type | Method and Description |
|---|---|
GetRestApisResult |
GetRestApisResult.withItems(RestApi... items)
An array of links to the current page of RestApi resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRestApisResult.setItems(Collection<RestApi> items)
An array of links to the current page of RestApi resources.
|
GetRestApisResult |
GetRestApisResult.withItems(Collection<RestApi> items)
An array of links to the current page of RestApi resources.
|
Copyright © 2017. All rights reserved.