| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
RestApi |
RestApi.clone() |
RestApi |
RestApi.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metring requests according to a usage plan.
|
RestApi |
RestApi.withApiKeySource(String apiKeySource)
The source of the API key for metring requests according to a usage plan.
|
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 timestamp when the API was created.
|
RestApi |
RestApi.withDescription(String description)
The API's description.
|
RestApi |
RestApi.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
RestApi |
RestApi.withId(String id)
The API's identifier.
|
RestApi |
RestApi.withMinimumCompressionSize(Integer minimumCompressionSize)
A nullable integer used to enable (non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable (null)
compression on an API.
|
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()
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetRestApisResult |
GetRestApisResult.withItems(RestApi... items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRestApisResult.setItems(Collection<RestApi> items)
The current page of elements from this collection.
|
GetRestApisResult |
GetRestApisResult.withItems(Collection<RestApi> items)
The current page of elements from this collection.
|
Copyright © 2018. All rights reserved.