| 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 |
AmazonApiGateway.importRestApi(ImportRestApiRequest importRestApiRequest)
A feature of the API Gateway control service for creating a new API from an external API definition file.
|
ImportRestApiResult |
AbstractAmazonApiGateway.importRestApi(ImportRestApiRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ImportRestApiResult> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request) |
Future<ImportRestApiResult> |
AbstractAmazonApiGatewayAsync.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> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
Future<ImportRestApiResult> |
AbstractAmazonApiGatewayAsync.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> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
Future<ImportRestApiResult> |
AbstractAmazonApiGatewayAsync.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.clone() |
ImportRestApiResult |
ImportRestApiResult.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metring requests according to a usage plan.
|
ImportRestApiResult |
ImportRestApiResult.withApiKeySource(String apiKeySource)
The source of the API key for metring 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.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 used to enable (non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable (null)
compression on an API.
|
ImportRestApiResult |
ImportRestApiResult.withName(String name)
The API's name.
|
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 © 2018. All rights reserved.