Uses of Class
com.amazonaws.services.apigateway.model.ImportRestApiRequest
-
Packages that use ImportRestApiRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of ImportRestApiRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type ImportRestApiRequest Modifier and Type Method Description ImportRestApiResult
AbstractAmazonApiGateway. importRestApi(ImportRestApiRequest request)
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
AmazonApiGatewayClient. importRestApi(ImportRestApiRequest importRestApiRequest)
A feature of the Amazon API Gateway control service for creating a new API from an external API definition file.Future<ImportRestApiResult>
AbstractAmazonApiGatewayAsync. importRestApiAsync(ImportRestApiRequest request)
Future<ImportRestApiResult>
AbstractAmazonApiGatewayAsync. importRestApiAsync(ImportRestApiRequest request, AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler)
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.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.Future<ImportRestApiResult>
AmazonApiGatewayAsyncClient. importRestApiAsync(ImportRestApiRequest request)
Future<ImportRestApiResult>
AmazonApiGatewayAsyncClient. importRestApiAsync(ImportRestApiRequest request, AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler)
Method parameters in com.amazonaws.services.apigateway with type arguments of type ImportRestApiRequest Modifier and Type Method 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 Amazon 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)
-
Uses of ImportRestApiRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return ImportRestApiRequest Modifier and Type Method Description ImportRestApiRequest
ImportRestApiRequest. addParametersEntry(String key, String value)
ImportRestApiRequest
ImportRestApiRequest. clearParametersEntries()
Removes all the entries added into Parameters.ImportRestApiRequest
ImportRestApiRequest. clone()
ImportRestApiRequest
ImportRestApiRequest. withBody(ByteBuffer body)
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)
Custom header parameters as part of the request.
-