Uses of Class
com.amazonaws.services.apigateway.model.GetExportRequest
Packages that use GetExportRequest
-
Uses of GetExportRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetExportRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getExport
(GetExportRequest request) AmazonApiGateway.getExport
(GetExportRequest getExportRequest) Exports a deployed version of a RestApi in a specified format.AmazonApiGatewayClient.getExport
(GetExportRequest getExportRequest) Exports a deployed version of a RestApi in a specified format.AbstractAmazonApiGatewayAsync.getExportAsync
(GetExportRequest request) AbstractAmazonApiGatewayAsync.getExportAsync
(GetExportRequest request, AsyncHandler<GetExportRequest, GetExportResult> asyncHandler) AmazonApiGatewayAsync.getExportAsync
(GetExportRequest getExportRequest) Exports a deployed version of a RestApi in a specified format.AmazonApiGatewayAsync.getExportAsync
(GetExportRequest getExportRequest, AsyncHandler<GetExportRequest, GetExportResult> asyncHandler) Exports a deployed version of a RestApi in a specified format.AmazonApiGatewayAsyncClient.getExportAsync
(GetExportRequest request) AmazonApiGatewayAsyncClient.getExportAsync
(GetExportRequest request, AsyncHandler<GetExportRequest, GetExportResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetExportRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getExportAsync
(GetExportRequest request, AsyncHandler<GetExportRequest, GetExportResult> asyncHandler) AmazonApiGatewayAsync.getExportAsync
(GetExportRequest getExportRequest, AsyncHandler<GetExportRequest, GetExportResult> asyncHandler) Exports a deployed version of a RestApi in a specified format.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 GetExportRequestModifier and TypeMethodDescriptionGetExportRequest.addParametersEntry
(String key, String value) GetExportRequest.clearParametersEntries()
Removes all the entries added into Parameters.GetExportRequest.clone()
GetExportRequest.withAccepts
(String accepts) The content-type of the export, for example 'application/json'.GetExportRequest.withExportType
(String exportType) The type of export.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.withRestApiId
(String restApiId) The identifier of the RestApi to be exported.GetExportRequest.withStageName
(String stageName) The name of the Stage that will be exported.