Uses of Class
software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
-
Packages that use ImportRestApiRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of ImportRestApiRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type ImportRestApiRequest Modifier and Type Method Description 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.default ImportRestApiResponseApiGatewayClient. importRestApi(ImportRestApiRequest importRestApiRequest)A feature of the API Gateway control service for creating a new API from an external API definition file. -
Uses of ImportRestApiRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type ImportRestApiRequest Modifier and Type Method Description SdkHttpFullRequestImportRestApiRequestMarshaller. marshall(ImportRestApiRequest importRestApiRequest)
-