| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default ImportRestApiResponse |
ApiGatewayClient.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 ImportRestApiResponse |
ApiGatewayClient.importRestApi(ImportRestApiRequest importRestApiRequest)
A feature of the API Gateway control service for creating a new API from an external API definition file.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.