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