Uses of Class
software.amazon.awssdk.services.ec2.model.LocalGatewayRouteTable
Packages that use LocalGatewayRouteTable
Package
Description
-
Uses of LocalGatewayRouteTable in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayRouteTableModifier and TypeMethodDescriptionfinal LocalGatewayRouteTableCreateLocalGatewayRouteTableResponse.localGatewayRouteTable()Information about the local gateway route table.final LocalGatewayRouteTableDeleteLocalGatewayRouteTableResponse.localGatewayRouteTable()Information about the local gateway route table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LocalGatewayRouteTableModifier and TypeMethodDescriptionfinal List<LocalGatewayRouteTable>DescribeLocalGatewayRouteTablesResponse.localGatewayRouteTables()Information about the local gateway route tables.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LocalGatewayRouteTableModifier and TypeMethodDescriptionCreateLocalGatewayRouteTableResponse.Builder.localGatewayRouteTable(LocalGatewayRouteTable localGatewayRouteTable) Information about the local gateway route table.DeleteLocalGatewayRouteTableResponse.Builder.localGatewayRouteTable(LocalGatewayRouteTable localGatewayRouteTable) Information about the local gateway route table.DescribeLocalGatewayRouteTablesResponse.Builder.localGatewayRouteTables(LocalGatewayRouteTable... localGatewayRouteTables) Information about the local gateway route tables.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalGatewayRouteTableModifier and TypeMethodDescriptionDescribeLocalGatewayRouteTablesResponse.Builder.localGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables) Information about the local gateway route tables. -
Uses of LocalGatewayRouteTable in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type LocalGatewayRouteTableModifier and TypeMethodDescriptionDescribeLocalGatewayRouteTablesIterable.localGatewayRouteTables()Returns an iterable to iterate through the paginatedDescribeLocalGatewayRouteTablesResponse.localGatewayRouteTables()member.DescribeLocalGatewayRouteTablesPublisher.localGatewayRouteTables()Returns a publisher that can be used to get a stream of data.