Uses of Class
software.amazon.awssdk.services.ec2.model.LocalGatewayRoute
-
Packages that use LocalGatewayRoute Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of LocalGatewayRoute in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayRoute Modifier and Type Method Description LocalGatewayRouteCreateLocalGatewayRouteResponse. route()Information about the route.LocalGatewayRouteDeleteLocalGatewayRouteResponse. route()Information about the route.LocalGatewayRouteModifyLocalGatewayRouteResponse. route()Information about the local gateway route table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LocalGatewayRoute Modifier and Type Method Description List<LocalGatewayRoute>SearchLocalGatewayRoutesResponse. routes()Information about the routes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LocalGatewayRoute Modifier and Type Method Description CreateLocalGatewayRouteResponse.BuilderCreateLocalGatewayRouteResponse.Builder. route(LocalGatewayRoute route)Information about the route.DeleteLocalGatewayRouteResponse.BuilderDeleteLocalGatewayRouteResponse.Builder. route(LocalGatewayRoute route)Information about the route.ModifyLocalGatewayRouteResponse.BuilderModifyLocalGatewayRouteResponse.Builder. route(LocalGatewayRoute route)Information about the local gateway route table.SearchLocalGatewayRoutesResponse.BuilderSearchLocalGatewayRoutesResponse.Builder. routes(LocalGatewayRoute... routes)Information about the routes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalGatewayRoute Modifier and Type Method Description SearchLocalGatewayRoutesResponse.BuilderSearchLocalGatewayRoutesResponse.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 LocalGatewayRoute Modifier and Type Method Description SdkIterable<LocalGatewayRoute>SearchLocalGatewayRoutesIterable. routes()Returns an iterable to iterate through the paginatedSearchLocalGatewayRoutesResponse.routes()member.SdkPublisher<LocalGatewayRoute>SearchLocalGatewayRoutesPublisher. routes()Returns a publisher that can be used to get a stream of data.
-