| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<RouteTableAssociation> |
RouteTable.associations()
The associations between the route table and one or more subnets or a gateway.
|
| Modifier and Type | Method and Description |
|---|---|
RouteTable.Builder |
RouteTable.Builder.associations(RouteTableAssociation... associations)
The associations between the route table and one or more subnets or a gateway.
|
| Modifier and Type | Method and Description |
|---|---|
RouteTable.Builder |
RouteTable.Builder.associations(Collection<RouteTableAssociation> associations)
The associations between the route table and one or more subnets or a gateway.
|
Copyright © 2019. All rights reserved.