Uses of Enum
software.amazon.awssdk.services.ec2.model.InstanceEventWindowState
Packages that use InstanceEventWindowState
-
Uses of InstanceEventWindowState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceEventWindowStateModifier and TypeMethodDescriptionstatic InstanceEventWindowStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InstanceEventWindowStateInstanceEventWindow.state()The current state of the event window.final InstanceEventWindowStateInstanceEventWindowStateChange.state()The current state of the event window.static InstanceEventWindowStateReturns the enum constant of this type with the specified name.static InstanceEventWindowState[]InstanceEventWindowState.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 InstanceEventWindowStateModifier and TypeMethodDescriptionstatic Set<InstanceEventWindowState>InstanceEventWindowState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceEventWindowStateModifier and TypeMethodDescriptionInstanceEventWindow.Builder.state(InstanceEventWindowState state) The current state of the event window.InstanceEventWindowStateChange.Builder.state(InstanceEventWindowState state) The current state of the event window.