| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static TransitGatewayAttachmentState |
TransitGatewayAttachmentState.fromValue(String value)
Use this in place of valueOf.
|
static TransitGatewayAttachmentState |
TransitGatewayAttachmentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitGatewayAttachmentState[] |
TransitGatewayAttachmentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayAttachment |
TransitGatewayAttachment.withState(TransitGatewayAttachmentState state)
The attachment state.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withState(TransitGatewayAttachmentState state)
The state of the VPC attachment.
|
TransitGatewayConnect |
TransitGatewayConnect.withState(TransitGatewayAttachmentState state)
The state of the attachment.
|
TransitGatewayPeeringAttachment |
TransitGatewayPeeringAttachment.withState(TransitGatewayAttachmentState state)
The state of the transit gateway peering attachment.
|
Copyright © 2025. All rights reserved.