Uses of Class
software.amazon.awssdk.services.apigateway.model.GetExportResponse
-
Packages that use GetExportResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetExportResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetExportResponse Modifier and Type Method Description default GetExportResponseApiGatewayClient. getExport(Consumer<GetExportRequest.Builder> 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.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetExportResponse Modifier and Type Method Description default CompletableFuture<GetExportResponse>ApiGatewayAsyncClient. getExport(Consumer<GetExportRequest.Builder> getExportRequest)Exports a deployed version of a RestApi in a specified format.default CompletableFuture<GetExportResponse>ApiGatewayAsyncClient. getExport(GetExportRequest getExportRequest)Exports a deployed version of a RestApi in a specified format.
-