Uses of Class
software.amazon.awssdk.services.apigateway.model.GetExportResponse
Packages that use GetExportResponse
-
Uses of GetExportResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetExportResponseModifier and TypeMethodDescriptiondefault 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 GetExportResponseModifier and TypeMethodDescriptiondefault 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.