Uses of Class
software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
Packages that use ImportRestApiResponse
-
Uses of ImportRestApiResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return ImportRestApiResponseModifier and TypeMethodDescriptiondefault 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 ImportRestApiResponseModifier and TypeMethodDescriptiondefault 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.