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