| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default GetExportResponse |
ApiGatewayClient.getExport(Consumer<GetExportRequest.Builder> getExportRequest)
Exports a deployed version of a RestApi in a specified format.
|
default GetExportResponse |
ApiGatewayClient.getExport(GetExportRequest getExportRequest)
Exports a deployed version of a RestApi in a specified format.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.