Changes the route table associated with a given subnet in a VPC.

C# |
public class ReplaceRouteTableAssociationRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ReplaceRouteTableAssociationRequest()()()() | Initializes a new instance of the ReplaceRouteTableAssociationRequest class |
![]() | AssociationId |
The ID representing the current association between the original route table and the
subnet.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetAssociationId()()()() |
Checks if AssociationId property is set
|
![]() | IsSetRouteTableId()()()() |
Checks if RouteTableId property is set
|
![]() | RouteTableId |
The ID of the new route table to associate with the subnet.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAssociationId(String) | Obsolete.
Sets the ID representing the current association between the original route table and the
subnet.
|
![]() | WithRouteTableId(String) | Obsolete.
Sets the ID of the new route table to associate with the subnet.
|

After you execute this action, the subnet uses the routes in the
new route table it's associated with. For more information about
route tables, go to Route Tables in the Amazon Virtual Private
Cloud User Guide.

Object | ||
![]() | EC2Request | |
![]() | ReplaceRouteTableAssociationRequest |