Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
ImportRestApiResult |
AmazonApiGatewayClient.importRestApi(ImportRestApiRequest importRestApiRequest)
A feature of the Amazon API Gateway control service for creating a new
API from an external API definition file.
|
ImportRestApiResult |
AmazonApiGateway.importRestApi(ImportRestApiRequest importRestApiRequest)
A feature of the Amazon API Gateway control service for creating a new
API from an external API definition file.
|
ImportRestApiResult |
AbstractAmazonApiGateway.importRestApi(ImportRestApiRequest request) |
java.util.concurrent.Future<ImportRestApiResult> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request) |
java.util.concurrent.Future<ImportRestApiResult> |
AmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest importRestApiRequest)
A feature of the Amazon API Gateway control service for creating a new
API from an external API definition file.
|
java.util.concurrent.Future<ImportRestApiResult> |
AbstractAmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest request) |
java.util.concurrent.Future<ImportRestApiResult> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
java.util.concurrent.Future<ImportRestApiResult> |
AmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest importRestApiRequest,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler)
A feature of the Amazon API Gateway control service for creating a new
API from an external API definition file.
|
java.util.concurrent.Future<ImportRestApiResult> |
AbstractAmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ImportRestApiResult> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
java.util.concurrent.Future<ImportRestApiResult> |
AmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest importRestApiRequest,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler)
A feature of the Amazon API Gateway control service for creating a new
API from an external API definition file.
|
java.util.concurrent.Future<ImportRestApiResult> |
AbstractAmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ImportRestApiRequest |
ImportRestApiRequest.addParametersEntry(java.lang.String key,
java.lang.String value) |
ImportRestApiRequest |
ImportRestApiRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
ImportRestApiRequest |
ImportRestApiRequest.clone() |
ImportRestApiRequest |
ImportRestApiRequest.withBody(java.nio.ByteBuffer body)
The POST request body containing external API definitions.
|
ImportRestApiRequest |
ImportRestApiRequest.withFailOnWarnings(java.lang.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(java.util.Map<java.lang.String,java.lang.String> parameters)
Custom header parameters as part of the request.
|
Modifier and Type | Method and Description |
---|---|
Request<ImportRestApiRequest> |
ImportRestApiRequestMarshaller.marshall(ImportRestApiRequest importRestApiRequest) |
Modifier and Type | Method and Description |
---|---|
Request<ImportRestApiRequest> |
ImportRestApiRequestMarshaller.marshall(ImportRestApiRequest importRestApiRequest) |