| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
RestApi |
RestApi.addTagsEntry(String key,
String value)
Add a single Tags entry
|
RestApi |
RestApi.clearTagsEntries()
Removes all the entries added into Tags.
|
RestApi |
RestApi.clone() |
RestApi |
RestApi.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
RestApi |
RestApi.withApiKeySource(String apiKeySource)
The source of the API key for metering 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.withDisableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint)
Specifies whether clients can invoke your API by using the default
execute-api endpoint. |
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 that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes,
inclusive) or disable compression (with a null value) on an API.
|
RestApi |
RestApi.withName(String name)
The API's name.
|
RestApi |
RestApi.withPolicy(String policy)
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method
configuration.
|
RestApi |
RestApi.withRootResourceId(String rootResourceId)
The API's root resource ID.
|
RestApi |
RestApi.withTags(Map<String,String> tags)
The collection of tags.
|
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 © 2024. All rights reserved.