| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static TransitGatewayRouteTableState |
TransitGatewayRouteTableState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TransitGatewayRouteTableState |
TransitGatewayRouteTable.state()
The state of the transit gateway route table.
|
static TransitGatewayRouteTableState |
TransitGatewayRouteTableState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitGatewayRouteTableState[] |
TransitGatewayRouteTableState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TransitGatewayRouteTableState> |
TransitGatewayRouteTableState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayRouteTable.Builder |
TransitGatewayRouteTable.Builder.state(TransitGatewayRouteTableState state)
The state of the transit gateway route table.
|
Copyright © 2019. All rights reserved.