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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
GetExportResult |
GetExportResult.clone() |
GetExportResult |
GetExportResult.withBody(ByteBuffer body)
The binary blob response to GetExport, which contains the export.
|
GetExportResult |
GetExportResult.withContentDisposition(String contentDisposition)
The content-disposition header value in the HTTP reseponse.
|
GetExportResult |
GetExportResult.withContentType(String contentType)
The content-type header value in the HTTP response.
|
Copyright © 2018. All rights reserved.