Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayAttachmentState
-
Packages that use TransitGatewayAttachmentState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TransitGatewayAttachmentState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayAttachmentState Modifier and Type Method Description static TransitGatewayAttachmentStateTransitGatewayAttachmentState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransitGatewayAttachmentStateTransitGatewayAttachment. state()The attachment state.TransitGatewayAttachmentStateTransitGatewayConnect. state()The state of the attachment.TransitGatewayAttachmentStateTransitGatewayPeeringAttachment. state()The state of the transit gateway peering attachment.TransitGatewayAttachmentStateTransitGatewayVpcAttachment. state()The state of the VPC attachment.static TransitGatewayAttachmentStateTransitGatewayAttachmentState. 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayAttachmentState Modifier and Type Method Description static Set<TransitGatewayAttachmentState>TransitGatewayAttachmentState. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayAttachmentState Modifier and Type Method Description TransitGatewayAttachment.BuilderTransitGatewayAttachment.Builder. state(TransitGatewayAttachmentState state)The attachment state.TransitGatewayConnect.BuilderTransitGatewayConnect.Builder. state(TransitGatewayAttachmentState state)The state of the attachment.TransitGatewayPeeringAttachment.BuilderTransitGatewayPeeringAttachment.Builder. state(TransitGatewayAttachmentState state)The state of the transit gateway peering attachment.TransitGatewayVpcAttachment.BuilderTransitGatewayVpcAttachment.Builder. state(TransitGatewayAttachmentState state)The state of the VPC attachment.
-