Uses of Class
com.amazonaws.services.apigateway.model.GetExportResult
-
Packages that use GetExportResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetExportResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetExportResult Modifier and Type Method Description GetExportResult
AbstractAmazonApiGateway. getExport(GetExportRequest request)
GetExportResult
AmazonApiGateway. getExport(GetExportRequest getExportRequest)
Exports a deployed version of a RestApi in a specified format.GetExportResult
AmazonApiGatewayClient. getExport(GetExportRequest getExportRequest)
Exports a deployed version of a RestApi in a specified format.Methods in com.amazonaws.services.apigateway that return types with arguments of type GetExportResult Modifier and Type Method Description Future<GetExportResult>
AbstractAmazonApiGatewayAsync. getExportAsync(GetExportRequest request)
Future<GetExportResult>
AbstractAmazonApiGatewayAsync. getExportAsync(GetExportRequest request, AsyncHandler<GetExportRequest,GetExportResult> asyncHandler)
Future<GetExportResult>
AmazonApiGatewayAsync. getExportAsync(GetExportRequest getExportRequest)
Exports a deployed version of a RestApi in a specified format.Future<GetExportResult>
AmazonApiGatewayAsync. getExportAsync(GetExportRequest getExportRequest, AsyncHandler<GetExportRequest,GetExportResult> asyncHandler)
Exports a deployed version of a RestApi in a specified format.Future<GetExportResult>
AmazonApiGatewayAsyncClient. getExportAsync(GetExportRequest request)
Future<GetExportResult>
AmazonApiGatewayAsyncClient. getExportAsync(GetExportRequest request, AsyncHandler<GetExportRequest,GetExportResult> asyncHandler)
Method parameters in com.amazonaws.services.apigateway with type arguments of type GetExportResult Modifier and Type Method Description 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.Future<GetExportResult>
AmazonApiGatewayAsyncClient. getExportAsync(GetExportRequest request, AsyncHandler<GetExportRequest,GetExportResult> asyncHandler)
-
Uses of GetExportResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetExportResult Modifier and Type Method 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.
-