Uses of Class
software.amazon.awssdk.services.apigateway.model.GetExportRequest
-
Packages that use GetExportRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetExportRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetExportRequest Modifier and Type Method Description default CompletableFuture<GetExportResponse>ApiGatewayAsyncClient. getExport(GetExportRequest getExportRequest)Exports a deployed version of a RestApi in a specified format.default GetExportResponseApiGatewayClient. getExport(GetExportRequest getExportRequest)Exports a deployed version of a RestApi in a specified format. -
Uses of GetExportRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetExportRequest Modifier and Type Method Description SdkHttpFullRequestGetExportRequestMarshaller. marshall(GetExportRequest getExportRequest)
-