Uses of Class
software.amazon.awssdk.services.ec2.model.ExportTransitGatewayRoutesResponse
Packages that use ExportTransitGatewayRoutesResponse
-
Uses of ExportTransitGatewayRoutesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ExportTransitGatewayRoutesResponseModifier and TypeMethodDescriptionEc2Client.exportTransitGatewayRoutes(Consumer<ExportTransitGatewayRoutesRequest.Builder> exportTransitGatewayRoutesRequest) Exports routes from the specified transit gateway route table to the specified S3 bucket.Ec2Client.exportTransitGatewayRoutes(ExportTransitGatewayRoutesRequest exportTransitGatewayRoutesRequest) Exports routes from the specified transit gateway route table to the specified S3 bucket.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ExportTransitGatewayRoutesResponseModifier and TypeMethodDescriptionEc2AsyncClient.exportTransitGatewayRoutes(Consumer<ExportTransitGatewayRoutesRequest.Builder> exportTransitGatewayRoutesRequest) Exports routes from the specified transit gateway route table to the specified S3 bucket.Ec2AsyncClient.exportTransitGatewayRoutes(ExportTransitGatewayRoutesRequest exportTransitGatewayRoutesRequest) Exports routes from the specified transit gateway route table to the specified S3 bucket.