Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
GetExportResult |
AbstractAmazonApiGateway.getExport(GetExportRequest request) |
GetExportResult |
AmazonApiGatewayClient.getExport(GetExportRequest getExportRequest)
Exports a deployed version of a RestApi in a specified format.
|
GetExportResult |
AmazonApiGateway.getExport(GetExportRequest getExportRequest)
Exports a deployed version of a RestApi in a specified format.
|
Future<GetExportResult> |
AmazonApiGatewayAsyncClient.getExportAsync(GetExportRequest request) |
Future<GetExportResult> |
AmazonApiGatewayAsync.getExportAsync(GetExportRequest getExportRequest)
Exports a deployed version of a RestApi in a specified format.
|
Future<GetExportResult> |
AbstractAmazonApiGatewayAsync.getExportAsync(GetExportRequest request) |
Future<GetExportResult> |
AmazonApiGatewayAsyncClient.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.
|
Future<GetExportResult> |
AbstractAmazonApiGatewayAsync.getExportAsync(GetExportRequest request,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetExportResult> |
AmazonApiGatewayAsyncClient.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.
|
Future<GetExportResult> |
AbstractAmazonApiGatewayAsync.getExportAsync(GetExportRequest request,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetExportRequest |
GetExportRequest.addParametersEntry(String key,
String value) |
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 identifier of the RestApi to be exported.
|
GetExportRequest |
GetExportRequest.withStageName(String stageName)
The name of the Stage that will be exported.
|
Copyright © 2018. All rights reserved.