| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ExportApiResult> |
AmazonApiGatewayV2AsyncClient.exportApiAsync(ExportApiRequest request,
AsyncHandler<ExportApiRequest,ExportApiResult> asyncHandler) |
Future<ExportApiResult> |
AmazonApiGatewayV2Async.exportApiAsync(ExportApiRequest exportApiRequest,
AsyncHandler<ExportApiRequest,ExportApiResult> asyncHandler) |
Future<ExportApiResult> |
AbstractAmazonApiGatewayV2Async.exportApiAsync(ExportApiRequest request,
AsyncHandler<ExportApiRequest,ExportApiResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ExportApiRequest |
ExportApiRequest.clone() |
ExportApiRequest |
ExportApiRequest.withApiId(String apiId)
The API identifier.
|
ExportApiRequest |
ExportApiRequest.withExportVersion(String exportVersion)
The version of the API Gateway export algorithm.
|
ExportApiRequest |
ExportApiRequest.withIncludeExtensions(Boolean includeExtensions)
Specifies whether to include API
Gateway extensions in the exported API definition.
|
ExportApiRequest |
ExportApiRequest.withOutputType(String outputType)
The output type of the exported definition file.
|
ExportApiRequest |
ExportApiRequest.withSpecification(String specification)
The version of the API specification to use.
|
ExportApiRequest |
ExportApiRequest.withStageName(String stageName)
The name of the API stage to export.
|
Copyright © 2024. All rights reserved.