| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
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) |
ImportRestApiResult |
AmazonApiGatewayClient.importRestApi(ImportRestApiRequest request)
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) |
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) |
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.
|
Future<ImportRestApiResult> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ImportRestApiResult> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ImportRestApiRequest |
ImportRestApiRequest.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
ImportRestApiRequest |
ImportRestApiRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
ImportRestApiRequest |
ImportRestApiRequest.clone() |
ImportRestApiRequest |
ImportRestApiRequest.withBody(ByteBuffer body)
[Required] The POST request body containing external API definitions.
|
ImportRestApiRequest |
ImportRestApiRequest.withFailOnWarnings(Boolean failOnWarnings)
A query parameter to indicate whether to rollback the API creation (
true) or not (false
) when a warning is encountered. |
ImportRestApiRequest |
ImportRestApiRequest.withParameters(Map<String,String> parameters)
A key-value map of context-specific query string parameters specifying the behavior of different API importing
operations.
|
Copyright © 2021. All rights reserved.