Uses of Class
com.amazonaws.services.apigateway.model.GetExportRequest
-
Packages that use GetExportRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetExportRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetExportRequest 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.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 GetExportRequest 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 GetExportRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetExportRequest Modifier and Type Method 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.
-