Uses of Class
software.amazon.awssdk.services.ec2.model.RouteTable
Packages that use RouteTable
Package
Description
-
Uses of RouteTable in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteTableModifier and TypeMethodDescriptionfinal RouteTableCreateRouteTableResponse.routeTable()Information about the route table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteTableModifier and TypeMethodDescriptionfinal List<RouteTable>DescribeRouteTablesResponse.routeTables()Information about the route tables.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RouteTableModifier and TypeMethodDescriptionCreateRouteTableResponse.Builder.routeTable(RouteTable routeTable) Information about the route table.DescribeRouteTablesResponse.Builder.routeTables(RouteTable... routeTables) Information about the route tables.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteTableModifier and TypeMethodDescriptionDescribeRouteTablesResponse.Builder.routeTables(Collection<RouteTable> routeTables) Information about the route tables. -
Uses of RouteTable in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type RouteTableModifier and TypeMethodDescriptionfinal SdkIterable<RouteTable>DescribeRouteTablesIterable.routeTables()Returns an iterable to iterate through the paginatedDescribeRouteTablesResponse.routeTables()member.final SdkPublisher<RouteTable>DescribeRouteTablesPublisher.routeTables()Returns a publisher that can be used to get a stream of data.