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 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.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 ImportRestApiResultImportRestApiResult. clone()ImportRestApiResultImportRestApiResult. withCreatedDate(Date createdDate)The date when the API was created, in ISO 8601 format.ImportRestApiResultImportRestApiResult. withDescription(String description)The API's description.ImportRestApiResultImportRestApiResult. withId(String id)The API's identifier.ImportRestApiResultImportRestApiResult. withName(String name)The API's name.ImportRestApiResultImportRestApiResult. withWarnings(String... warnings)NOTE: This method appends the values to the existing list (if any).ImportRestApiResultImportRestApiResult. withWarnings(Collection<String> warnings)
-