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