Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayRoute
-
Packages that use TransitGatewayRoute Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TransitGatewayRoute in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayRoute Modifier and Type Method Description TransitGatewayRouteCreateTransitGatewayRouteResponse. route()Information about the route.TransitGatewayRouteDeleteTransitGatewayRouteResponse. route()Information about the route.TransitGatewayRouteReplaceTransitGatewayRouteResponse. route()Information about the modified route.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayRoute Modifier and Type Method Description List<TransitGatewayRoute>SearchTransitGatewayRoutesResponse. routes()Information about the routes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayRoute Modifier and Type Method Description CreateTransitGatewayRouteResponse.BuilderCreateTransitGatewayRouteResponse.Builder. route(TransitGatewayRoute route)Information about the route.DeleteTransitGatewayRouteResponse.BuilderDeleteTransitGatewayRouteResponse.Builder. route(TransitGatewayRoute route)Information about the route.ReplaceTransitGatewayRouteResponse.BuilderReplaceTransitGatewayRouteResponse.Builder. route(TransitGatewayRoute route)Information about the modified route.SearchTransitGatewayRoutesResponse.BuilderSearchTransitGatewayRoutesResponse.Builder. routes(TransitGatewayRoute... routes)Information about the routes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayRoute Modifier and Type Method Description SearchTransitGatewayRoutesResponse.BuilderSearchTransitGatewayRoutesResponse.Builder. routes(Collection<TransitGatewayRoute> routes)Information about the routes.
-