Uses of Class
software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
-
Packages that use ImportRestApiResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of ImportRestApiResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return ImportRestApiResponse Modifier and Type Method Description default ImportRestApiResponseApiGatewayClient. importRestApi(Consumer<ImportRestApiRequest.Builder> importRestApiRequest)A feature of the API Gateway control service for creating a new API from an external API definition file.default ImportRestApiResponseApiGatewayClient. importRestApi(ImportRestApiRequest importRestApiRequest)A feature of the API Gateway control service for creating a new API from an external API definition file.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type ImportRestApiResponse Modifier and Type Method Description default CompletableFuture<ImportRestApiResponse>ApiGatewayAsyncClient. importRestApi(Consumer<ImportRestApiRequest.Builder> importRestApiRequest)A feature of the API Gateway control service for creating a new API from an external API definition file.default CompletableFuture<ImportRestApiResponse>ApiGatewayAsyncClient. importRestApi(ImportRestApiRequest importRestApiRequest)A feature of the API Gateway control service for creating a new API from an external API definition file.
-