Uses of Class
software.amazon.awssdk.services.ec2.model.LocalGatewayRoute
Packages that use LocalGatewayRoute
Package
Description
-
Uses of LocalGatewayRoute in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayRouteModifier and TypeMethodDescriptionfinal LocalGatewayRouteCreateLocalGatewayRouteResponse.route()Information about the route.final LocalGatewayRouteDeleteLocalGatewayRouteResponse.route()Information about the route.final LocalGatewayRouteModifyLocalGatewayRouteResponse.route()Information about the local gateway route table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LocalGatewayRouteModifier and TypeMethodDescriptionfinal List<LocalGatewayRoute>SearchLocalGatewayRoutesResponse.routes()Information about the routes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LocalGatewayRouteModifier and TypeMethodDescriptionCreateLocalGatewayRouteResponse.Builder.route(LocalGatewayRoute route) Information about the route.DeleteLocalGatewayRouteResponse.Builder.route(LocalGatewayRoute route) Information about the route.ModifyLocalGatewayRouteResponse.Builder.route(LocalGatewayRoute route) Information about the local gateway route table.SearchLocalGatewayRoutesResponse.Builder.routes(LocalGatewayRoute... routes) Information about the routes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalGatewayRouteModifier and TypeMethodDescriptionSearchLocalGatewayRoutesResponse.Builder.routes(Collection<LocalGatewayRoute> routes) Information about the routes. -
Uses of LocalGatewayRoute in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type LocalGatewayRouteModifier and TypeMethodDescriptionfinal SdkIterable<LocalGatewayRoute>SearchLocalGatewayRoutesIterable.routes()Returns an iterable to iterate through the paginatedSearchLocalGatewayRoutesResponse.routes()member.final SdkPublisher<LocalGatewayRoute>SearchLocalGatewayRoutesPublisher.routes()Returns a publisher that can be used to get a stream of data.