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 GetExportResultAbstractAmazonApiGateway. getExport(GetExportRequest request)GetExportResultAmazonApiGateway. getExport(GetExportRequest getExportRequest)Exports a deployed version of a RestApi in a specified format.GetExportResultAmazonApiGatewayClient. 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 GetExportRequestGetExportRequest. addParametersEntry(String key, String value)GetExportRequestGetExportRequest. clearParametersEntries()Removes all the entries added into Parameters.GetExportRequestGetExportRequest. clone()GetExportRequestGetExportRequest. withAccepts(String accepts)The content-type of the export, for example 'application/json'.GetExportRequestGetExportRequest. withExportType(String exportType)The type of export.GetExportRequestGetExportRequest. withParameters(Map<String,String> parameters)A key-value map of query string parameters that specify properties of the export, depending on the requested exportType.GetExportRequestGetExportRequest. withRestApiId(String restApiId)The identifier of the RestApi to be exported.GetExportRequestGetExportRequest. withStageName(String stageName)The name of the Stage that will be exported.
-