public static enum BackupForDescribeBackupsOutput.BackupStrategyEnum extends Enum<BackupForDescribeBackupsOutput.BackupStrategyEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
BackupForDescribeBackupsOutput.BackupStrategyEnum.Adapter |
| Enum Constant and Description |
|---|
ALLSTRATEGY |
AUTOMATEDBACKUP |
DATAFLASHBACK |
MANUALBACKUP |
| Modifier and Type | Method and Description |
|---|---|
static BackupForDescribeBackupsOutput.BackupStrategyEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static BackupForDescribeBackupsOutput.BackupStrategyEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupForDescribeBackupsOutput.BackupStrategyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="ManualBackup") public static final BackupForDescribeBackupsOutput.BackupStrategyEnum MANUALBACKUP
@SerializedName(value="AutomatedBackup") public static final BackupForDescribeBackupsOutput.BackupStrategyEnum AUTOMATEDBACKUP
@SerializedName(value="DataFlashBack") public static final BackupForDescribeBackupsOutput.BackupStrategyEnum DATAFLASHBACK
@SerializedName(value="AllStrategy") public static final BackupForDescribeBackupsOutput.BackupStrategyEnum ALLSTRATEGY
public static BackupForDescribeBackupsOutput.BackupStrategyEnum[] values()
for (BackupForDescribeBackupsOutput.BackupStrategyEnum c : BackupForDescribeBackupsOutput.BackupStrategyEnum.values()) System.out.println(c);
public static BackupForDescribeBackupsOutput.BackupStrategyEnum 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()
toString in class Enum<BackupForDescribeBackupsOutput.BackupStrategyEnum>public static BackupForDescribeBackupsOutput.BackupStrategyEnum fromValue(String input)
Copyright © 2025. All rights reserved.