| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default ExportTransitGatewayRoutesResponse |
Ec2Client.exportTransitGatewayRoutes(Consumer<ExportTransitGatewayRoutesRequest.Builder> exportTransitGatewayRoutesRequest)
Exports routes from the specified transit gateway route table to the specified S3 bucket.
|
default ExportTransitGatewayRoutesResponse |
Ec2Client.exportTransitGatewayRoutes(ExportTransitGatewayRoutesRequest exportTransitGatewayRoutesRequest)
Exports routes from the specified transit gateway route table to the specified S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ExportTransitGatewayRoutesResponse> |
Ec2AsyncClient.exportTransitGatewayRoutes(Consumer<ExportTransitGatewayRoutesRequest.Builder> exportTransitGatewayRoutesRequest)
Exports routes from the specified transit gateway route table to the specified S3 bucket.
|
default CompletableFuture<ExportTransitGatewayRoutesResponse> |
Ec2AsyncClient.exportTransitGatewayRoutes(ExportTransitGatewayRoutesRequest exportTransitGatewayRoutesRequest)
Exports routes from the specified transit gateway route table to the specified S3 bucket.
|
Copyright © 2023. All rights reserved.