@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum BackupVaultEvent extends Enum<BackupVaultEvent>
Modifier and Type | Method and Description |
---|---|
static BackupVaultEvent |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static BackupVaultEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupVaultEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackupVaultEvent BACKUP_JOB_STARTED
public static final BackupVaultEvent BACKUP_JOB_COMPLETED
public static final BackupVaultEvent BACKUP_JOB_SUCCESSFUL
public static final BackupVaultEvent BACKUP_JOB_FAILED
public static final BackupVaultEvent BACKUP_JOB_EXPIRED
public static final BackupVaultEvent RESTORE_JOB_STARTED
public static final BackupVaultEvent RESTORE_JOB_COMPLETED
public static final BackupVaultEvent RESTORE_JOB_SUCCESSFUL
public static final BackupVaultEvent RESTORE_JOB_FAILED
public static final BackupVaultEvent COPY_JOB_STARTED
public static final BackupVaultEvent COPY_JOB_SUCCESSFUL
public static final BackupVaultEvent COPY_JOB_FAILED
public static final BackupVaultEvent RECOVERY_POINT_MODIFIED
public static final BackupVaultEvent BACKUP_PLAN_CREATED
public static final BackupVaultEvent BACKUP_PLAN_MODIFIED
public static BackupVaultEvent[] values()
for (BackupVaultEvent c : BackupVaultEvent.values()) System.out.println(c);
public static BackupVaultEvent 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 toString()
toString
in class Enum<BackupVaultEvent>
public static BackupVaultEvent fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.