| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static TransitGatewayAssociationState |
TransitGatewayAssociationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TransitGatewayAssociationState |
TransitGatewayAssociation.state()
The state of the association.
|
TransitGatewayAssociationState |
TransitGatewayAttachmentAssociation.state()
The state of the association.
|
TransitGatewayAssociationState |
TransitGatewayRouteTableAssociation.state()
The state of the association.
|
TransitGatewayAssociationState |
TransitGatewayPolicyTableAssociation.state()
The state of the transit gateway policy table association.
|
static TransitGatewayAssociationState |
TransitGatewayAssociationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitGatewayAssociationState[] |
TransitGatewayAssociationState.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<TransitGatewayAssociationState> |
TransitGatewayAssociationState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayAssociation.Builder |
TransitGatewayAssociation.Builder.state(TransitGatewayAssociationState state)
The state of the association.
|
TransitGatewayAttachmentAssociation.Builder |
TransitGatewayAttachmentAssociation.Builder.state(TransitGatewayAssociationState state)
The state of the association.
|
TransitGatewayRouteTableAssociation.Builder |
TransitGatewayRouteTableAssociation.Builder.state(TransitGatewayAssociationState state)
The state of the association.
|
TransitGatewayPolicyTableAssociation.Builder |
TransitGatewayPolicyTableAssociation.Builder.state(TransitGatewayAssociationState state)
The state of the transit gateway policy table association.
|
Copyright © 2023. All rights reserved.