Uses of Class
software.amazon.awssdk.services.ec2.model.LocalGatewayRouteTable
-
Packages that use LocalGatewayRouteTable Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of LocalGatewayRouteTable in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayRouteTable Modifier and Type Method Description LocalGatewayRouteTableCreateLocalGatewayRouteTableResponse. localGatewayRouteTable()Information about the local gateway route table.LocalGatewayRouteTableDeleteLocalGatewayRouteTableResponse. localGatewayRouteTable()Information about the local gateway route table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LocalGatewayRouteTable Modifier and Type Method Description List<LocalGatewayRouteTable>DescribeLocalGatewayRouteTablesResponse. localGatewayRouteTables()Information about the local gateway route tables.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LocalGatewayRouteTable Modifier and Type Method Description CreateLocalGatewayRouteTableResponse.BuilderCreateLocalGatewayRouteTableResponse.Builder. localGatewayRouteTable(LocalGatewayRouteTable localGatewayRouteTable)Information about the local gateway route table.DeleteLocalGatewayRouteTableResponse.BuilderDeleteLocalGatewayRouteTableResponse.Builder. localGatewayRouteTable(LocalGatewayRouteTable localGatewayRouteTable)Information about the local gateway route table.DescribeLocalGatewayRouteTablesResponse.BuilderDescribeLocalGatewayRouteTablesResponse.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 LocalGatewayRouteTable Modifier and Type Method Description DescribeLocalGatewayRouteTablesResponse.BuilderDescribeLocalGatewayRouteTablesResponse.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 LocalGatewayRouteTable Modifier and Type Method Description SdkIterable<LocalGatewayRouteTable>DescribeLocalGatewayRouteTablesIterable. localGatewayRouteTables()Returns an iterable to iterate through the paginatedDescribeLocalGatewayRouteTablesResponse.localGatewayRouteTables()member.SdkPublisher<LocalGatewayRouteTable>DescribeLocalGatewayRouteTablesPublisher. localGatewayRouteTables()Returns a publisher that can be used to get a stream of data.
-