| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetRestApiResult |
AbstractAmazonApiGateway.getRestApi(GetRestApiRequest request) |
GetRestApiResult |
AmazonApiGateway.getRestApi(GetRestApiRequest getRestApiRequest)
Lists the RestApi resource in the collection.
|
GetRestApiResult |
AmazonApiGatewayClient.getRestApi(GetRestApiRequest request)
Lists the RestApi resource in the collection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRestApiResult> |
AmazonApiGatewayAsyncClient.getRestApiAsync(GetRestApiRequest request,
AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler) |
Future<GetRestApiResult> |
AbstractAmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest request,
AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler) |
Future<GetRestApiResult> |
AmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest getRestApiRequest,
AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler)
Lists the RestApi resource in the collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetRestApiResult |
GetRestApiResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetRestApiResult |
GetRestApiResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetRestApiResult |
GetRestApiResult.clone() |
GetRestApiResult |
GetRestApiResult.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
GetRestApiResult |
GetRestApiResult.withApiKeySource(String apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
GetRestApiResult |
GetRestApiResult.withBinaryMediaTypes(Collection<String> binaryMediaTypes)
The list of binary media types supported by the RestApi.
|
GetRestApiResult |
GetRestApiResult.withBinaryMediaTypes(String... binaryMediaTypes)
The list of binary media types supported by the RestApi.
|
GetRestApiResult |
GetRestApiResult.withCreatedDate(Date createdDate)
The timestamp when the API was created.
|
GetRestApiResult |
GetRestApiResult.withDescription(String description)
The API's description.
|
GetRestApiResult |
GetRestApiResult.withDisableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint)
Specifies whether clients can invoke your API by using the default
execute-api endpoint. |
GetRestApiResult |
GetRestApiResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
GetRestApiResult |
GetRestApiResult.withId(String id)
The API's identifier.
|
GetRestApiResult |
GetRestApiResult.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.
|
GetRestApiResult |
GetRestApiResult.withName(String name)
The API's name.
|
GetRestApiResult |
GetRestApiResult.withPolicy(String policy)
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method
configuration.
|
GetRestApiResult |
GetRestApiResult.withTags(Map<String,String> tags)
The collection of tags.
|
GetRestApiResult |
GetRestApiResult.withVersion(String version)
A version identifier for the API.
|
GetRestApiResult |
GetRestApiResult.withWarnings(Collection<String> warnings)
The warning messages reported when
failonwarnings is turned on during API import. |
GetRestApiResult |
GetRestApiResult.withWarnings(String... warnings)
The warning messages reported when
failonwarnings is turned on during API import. |
Copyright © 2022. All rights reserved.