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 ImportRestApiResultAbstractAmazonApiGateway. importRestApi(ImportRestApiRequest request)ImportRestApiResultAmazonApiGateway. importRestApi(ImportRestApiRequest importRestApiRequest)A feature of the Amazon API Gateway control service for creating a new API from an external API definition file.ImportRestApiResultAmazonApiGatewayClient. 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 ImportRestApiRequestImportRestApiRequest. addParametersEntry(String key, String value)ImportRestApiRequestImportRestApiRequest. clearParametersEntries()Removes all the entries added into Parameters.ImportRestApiRequestImportRestApiRequest. clone()ImportRestApiRequestImportRestApiRequest. withBody(ByteBuffer body)The POST request body containing external API definitions.ImportRestApiRequestImportRestApiRequest. withFailOnWarnings(Boolean failOnWarnings)A query parameter to indicate whether to rollback the API creation (true) or not (false) when a warning is encountered.ImportRestApiRequestImportRestApiRequest. withParameters(Map<String,String> parameters)Custom header parameters as part of the request.
-