public static enum KmsKeyInfo.ScheduledKeyStatus extends Enum<KmsKeyInfo.ScheduledKeyStatus> implements BmcEnum
the scheduled key status
Enum Constant and Description |
---|
Failed |
None |
Scheduling |
Updating |
Modifier and Type | Method and Description |
---|---|
static KmsKeyInfo.ScheduledKeyStatus |
create(String key) |
String |
getValue() |
static KmsKeyInfo.ScheduledKeyStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KmsKeyInfo.ScheduledKeyStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KmsKeyInfo.ScheduledKeyStatus Scheduling
public static final KmsKeyInfo.ScheduledKeyStatus Updating
public static final KmsKeyInfo.ScheduledKeyStatus Failed
public static final KmsKeyInfo.ScheduledKeyStatus None
public static KmsKeyInfo.ScheduledKeyStatus[] values()
for (KmsKeyInfo.ScheduledKeyStatus c : KmsKeyInfo.ScheduledKeyStatus.values()) System.out.println(c);
public static KmsKeyInfo.ScheduledKeyStatus 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 static KmsKeyInfo.ScheduledKeyStatus create(String key)
Copyright © 2016–2024. All rights reserved.