| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetExportResult |
AmazonApiGatewayClient.getExport(GetExportRequest request)
Exports a deployed version of a RestApi in a specified format.
|
GetExportResult |
AbstractAmazonApiGateway.getExport(GetExportRequest request) |
GetExportResult |
AmazonApiGateway.getExport(GetExportRequest getExportRequest)
Exports a deployed version of a RestApi in a specified format.
|
Future<GetExportResult> |
AmazonApiGatewayAsyncClient.getExportAsync(GetExportRequest request) |
Future<GetExportResult> |
AbstractAmazonApiGatewayAsync.getExportAsync(GetExportRequest request) |
Future<GetExportResult> |
AmazonApiGatewayAsync.getExportAsync(GetExportRequest getExportRequest)
Exports a deployed version of a RestApi in a specified format.
|
Future<GetExportResult> |
AmazonApiGatewayAsyncClient.getExportAsync(GetExportRequest request,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler) |
Future<GetExportResult> |
AbstractAmazonApiGatewayAsync.getExportAsync(GetExportRequest request,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler) |
Future<GetExportResult> |
AmazonApiGatewayAsync.getExportAsync(GetExportRequest getExportRequest,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler)
Exports a deployed version of a RestApi in a specified format.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetExportResult> |
AmazonApiGatewayAsyncClient.getExportAsync(GetExportRequest request,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler) |
Future<GetExportResult> |
AbstractAmazonApiGatewayAsync.getExportAsync(GetExportRequest request,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler) |
Future<GetExportResult> |
AmazonApiGatewayAsync.getExportAsync(GetExportRequest getExportRequest,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler)
Exports a deployed version of a RestApi in a specified format.
|
| Modifier and Type | Method and Description |
|---|---|
GetExportRequest |
GetExportRequest.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
GetExportRequest |
GetExportRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
GetExportRequest |
GetExportRequest.clone() |
GetExportRequest |
GetExportRequest.withAccepts(String accepts)
The content-type of the export, for example
application/json. |
GetExportRequest |
GetExportRequest.withExportType(String exportType)
The type of export.
|
GetExportRequest |
GetExportRequest.withParameters(Map<String,String> parameters)
A key-value map of query string parameters that specify properties of the export, depending on the requested
exportType. |
GetExportRequest |
GetExportRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
GetExportRequest |
GetExportRequest.withStageName(String stageName)
The name of the Stage that will be exported.
|
Copyright © 2025. All rights reserved.