Uses of Class
software.amazon.awssdk.services.ec2.model.ExportTransitGatewayRoutesRequest
-
Packages that use ExportTransitGatewayRoutesRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of ExportTransitGatewayRoutesRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type ExportTransitGatewayRoutesRequest Modifier and Type Method Description default CompletableFuture<ExportTransitGatewayRoutesResponse>Ec2AsyncClient. exportTransitGatewayRoutes(ExportTransitGatewayRoutesRequest exportTransitGatewayRoutesRequest)Exports routes from the specified transit gateway route table to the specified S3 bucket.default ExportTransitGatewayRoutesResponseEc2Client. exportTransitGatewayRoutes(ExportTransitGatewayRoutesRequest exportTransitGatewayRoutesRequest)Exports routes from the specified transit gateway route table to the specified S3 bucket. -
Uses of ExportTransitGatewayRoutesRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type ExportTransitGatewayRoutesRequest Modifier and Type Method Description SdkHttpFullRequestExportTransitGatewayRoutesRequestMarshaller. marshall(ExportTransitGatewayRoutesRequest exportTransitGatewayRoutesRequest)
-