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 |
---|---|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withState(TransitGatewayAttachmentState state)
The state of the VPC attachment.
|
TransitGatewayAttachment |
TransitGatewayAttachment.withState(TransitGatewayAttachmentState state)
The attachment state.
|
TransitGatewayConnect |
TransitGatewayConnect.withState(TransitGatewayAttachmentState state)
The state of the attachment.
|
TransitGatewayPeeringAttachment |
TransitGatewayPeeringAttachment.withState(TransitGatewayAttachmentState state)
The state of the transit gateway peering attachment.
|
Copyright © 2021. All rights reserved.