Uses of Enum
software.amazon.awssdk.services.ec2.model.TransitGatewayAttachmentState
Packages that use TransitGatewayAttachmentState
-
Uses of TransitGatewayAttachmentState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayAttachmentStateModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.TransitGatewayAttachment.state()The attachment state.TransitGatewayConnect.state()The state of the attachment.TransitGatewayPeeringAttachment.state()The state of the transit gateway peering attachment.TransitGatewayVpcAttachment.state()The state of the VPC attachment.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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayAttachmentStateModifier and TypeMethodDescriptionstatic Set<TransitGatewayAttachmentState>TransitGatewayAttachmentState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayAttachmentStateModifier and TypeMethodDescriptionTransitGatewayAttachment.Builder.state(TransitGatewayAttachmentState state) The attachment state.TransitGatewayConnect.Builder.state(TransitGatewayAttachmentState state) The state of the attachment.TransitGatewayPeeringAttachment.Builder.state(TransitGatewayAttachmentState state) The state of the transit gateway peering attachment.TransitGatewayVpcAttachment.Builder.state(TransitGatewayAttachmentState state) The state of the VPC attachment.