Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayRouteTable
-
Packages that use TransitGatewayRouteTable Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of TransitGatewayRouteTable in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayRouteTable Modifier and Type Method Description TransitGatewayRouteTableCreateTransitGatewayRouteTableResponse. transitGatewayRouteTable()Information about the transit gateway route table.TransitGatewayRouteTableDeleteTransitGatewayRouteTableResponse. transitGatewayRouteTable()Information about the deleted transit gateway route table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayRouteTable Modifier and Type Method Description List<TransitGatewayRouteTable>DescribeTransitGatewayRouteTablesResponse. transitGatewayRouteTables()Information about the transit gateway route tables.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayRouteTable Modifier and Type Method Description CreateTransitGatewayRouteTableResponse.BuilderCreateTransitGatewayRouteTableResponse.Builder. transitGatewayRouteTable(TransitGatewayRouteTable transitGatewayRouteTable)Information about the transit gateway route table.DeleteTransitGatewayRouteTableResponse.BuilderDeleteTransitGatewayRouteTableResponse.Builder. transitGatewayRouteTable(TransitGatewayRouteTable transitGatewayRouteTable)Information about the deleted transit gateway route table.DescribeTransitGatewayRouteTablesResponse.BuilderDescribeTransitGatewayRouteTablesResponse.Builder. transitGatewayRouteTables(TransitGatewayRouteTable... transitGatewayRouteTables)Information about the transit gateway route tables.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayRouteTable Modifier and Type Method Description DescribeTransitGatewayRouteTablesResponse.BuilderDescribeTransitGatewayRouteTablesResponse.Builder. transitGatewayRouteTables(Collection<TransitGatewayRouteTable> transitGatewayRouteTables)Information about the transit gateway route tables. -
Uses of TransitGatewayRouteTable in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type TransitGatewayRouteTable Modifier and Type Method Description SdkIterable<TransitGatewayRouteTable>DescribeTransitGatewayRouteTablesIterable. transitGatewayRouteTables()Returns an iterable to iterate through the paginatedDescribeTransitGatewayRouteTablesResponse.transitGatewayRouteTables()member.SdkPublisher<TransitGatewayRouteTable>DescribeTransitGatewayRouteTablesPublisher. transitGatewayRouteTables()Returns a publisher that can be used to get a stream of data.
-