Uses of Class
com.amazonaws.services.apigateway.model.GetExportResult
Packages that use GetExportResult
-
Uses of GetExportResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetExportResultModifier 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.Methods in com.amazonaws.services.apigateway that return types with arguments of type GetExportResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.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 GetExportResultModifier 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 GetExportResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetExportResultModifier and TypeMethodDescriptionGetExportResult.clone()GetExportResult.withBody(ByteBuffer body) The binary blob response to GetExport, which contains the export.GetExportResult.withContentDisposition(String contentDisposition) The content-disposition header value in the HTTP reseponse.GetExportResult.withContentType(String contentType) The content-type header value in the HTTP response.