| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
List<RouteTableAssociation> |
RouteTable.associations()
The associations between the route table and one or more subnets.
|
| Modifier and Type | Method and Description |
|---|---|
RouteTable.Builder |
RouteTable.Builder.associations(RouteTableAssociation... associations)
The associations between the route table and one or more subnets.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RouteTableAssociation |
RouteTableAssociationUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.