Uses of Enum
software.amazon.awssdk.services.ec2.model.TransitGatewayState
Packages that use TransitGatewayState
-
Uses of TransitGatewayState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayStateModifier and TypeMethodDescriptionstatic TransitGatewayStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TransitGatewayStateTransitGateway.state()The state of the transit gateway.static TransitGatewayStateReturns the enum constant of this type with the specified name.static TransitGatewayState[]TransitGatewayState.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 TransitGatewayStateModifier and TypeMethodDescriptionstatic Set<TransitGatewayState>TransitGatewayState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayStateModifier and TypeMethodDescriptionTransitGateway.Builder.state(TransitGatewayState state) The state of the transit gateway.