public static enum ScheduledInstancePolicyForUpdateScalingPolicyInput.ElasticScheduledInstanceTypeEnum extends Enum<ScheduledInstancePolicyForUpdateScalingPolicyInput.ElasticScheduledInstanceTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduledInstancePolicyForUpdateScalingPolicyInput.ElasticScheduledInstanceTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledInstancePolicyForUpdateScalingPolicyInput.ElasticScheduledInstanceTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static ScheduledInstancePolicyForUpdateScalingPolicyInput.ElasticScheduledInstanceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledInstancePolicyForUpdateScalingPolicyInput.ElasticScheduledInstanceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Esi") public static final ScheduledInstancePolicyForUpdateScalingPolicyInput.ElasticScheduledInstanceTypeEnum ESI
@SerializedName(value="Segmented") public static final ScheduledInstancePolicyForUpdateScalingPolicyInput.ElasticScheduledInstanceTypeEnum SEGMENTED
public static ScheduledInstancePolicyForUpdateScalingPolicyInput.ElasticScheduledInstanceTypeEnum[] values()
for (ScheduledInstancePolicyForUpdateScalingPolicyInput.ElasticScheduledInstanceTypeEnum c : ScheduledInstancePolicyForUpdateScalingPolicyInput.ElasticScheduledInstanceTypeEnum.values()) System.out.println(c);
public static ScheduledInstancePolicyForUpdateScalingPolicyInput.ElasticScheduledInstanceTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
public static ScheduledInstancePolicyForUpdateScalingPolicyInput.ElasticScheduledInstanceTypeEnum fromValue(String input)
Copyright © 2026. All rights reserved.