Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
RouteTableAssociationState |
RouteTableAssociationState.clone() |
RouteTableAssociationState |
RouteTableAssociation.getAssociationState()
The state of the association.
|
RouteTableAssociationState |
AssociateRouteTableResult.getAssociationState()
The state of the association.
|
RouteTableAssociationState |
ReplaceRouteTableAssociationResult.getAssociationState()
The state of the association.
|
RouteTableAssociationState |
RouteTableAssociationState.withState(RouteTableAssociationStateCode state)
The state of the association.
|
RouteTableAssociationState |
RouteTableAssociationState.withState(String state)
The state of the association.
|
RouteTableAssociationState |
RouteTableAssociationState.withStatusMessage(String statusMessage)
The status message, if applicable.
|
Modifier and Type | Method and Description |
---|---|
void |
RouteTableAssociation.setAssociationState(RouteTableAssociationState associationState)
The state of the association.
|
void |
AssociateRouteTableResult.setAssociationState(RouteTableAssociationState associationState)
The state of the association.
|
void |
ReplaceRouteTableAssociationResult.setAssociationState(RouteTableAssociationState associationState)
The state of the association.
|
RouteTableAssociation |
RouteTableAssociation.withAssociationState(RouteTableAssociationState associationState)
The state of the association.
|
AssociateRouteTableResult |
AssociateRouteTableResult.withAssociationState(RouteTableAssociationState associationState)
The state of the association.
|
ReplaceRouteTableAssociationResult |
ReplaceRouteTableAssociationResult.withAssociationState(RouteTableAssociationState associationState)
The state of the association.
|
Copyright © 2021. All rights reserved.