Uses of Class
com.amazonaws.services.apigateway.model.ImportRestApiResult
-
Packages that use ImportRestApiResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of ImportRestApiResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return ImportRestApiResult 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.Methods in com.amazonaws.services.apigateway that return types with arguments of type ImportRestApiResult Modifier and Type Method Description 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 ImportRestApiResult 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 ImportRestApiResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return ImportRestApiResult Modifier and Type Method Description ImportRestApiResult
ImportRestApiResult. clone()
ImportRestApiResult
ImportRestApiResult. withCreatedDate(Date createdDate)
The date when the API was created, in ISO 8601 format.ImportRestApiResult
ImportRestApiResult. withDescription(String description)
The API's description.ImportRestApiResult
ImportRestApiResult. withId(String id)
The API's identifier.ImportRestApiResult
ImportRestApiResult. withName(String name)
The API's name.ImportRestApiResult
ImportRestApiResult. withWarnings(String... warnings)
NOTE: This method appends the values to the existing list (if any).ImportRestApiResult
ImportRestApiResult. withWarnings(Collection<String> warnings)
-