public static enum DescribeBackupsRequest.ScopeEnum extends Enum<DescribeBackupsRequest.ScopeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeBackupsRequest.ScopeEnum.Adapter |
| Enum Constant and Description |
|---|
ACCOUNTINSTANCES |
DESTROYEDINSTANCES |
ONEINSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static DescribeBackupsRequest.ScopeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static DescribeBackupsRequest.ScopeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescribeBackupsRequest.ScopeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="OneInstance") public static final DescribeBackupsRequest.ScopeEnum ONEINSTANCE
@SerializedName(value="DestroyedInstances") public static final DescribeBackupsRequest.ScopeEnum DESTROYEDINSTANCES
@SerializedName(value="AccountInstances") public static final DescribeBackupsRequest.ScopeEnum ACCOUNTINSTANCES
public static DescribeBackupsRequest.ScopeEnum[] values()
for (DescribeBackupsRequest.ScopeEnum c : DescribeBackupsRequest.ScopeEnum.values()) System.out.println(c);
public static DescribeBackupsRequest.ScopeEnum 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<DescribeBackupsRequest.ScopeEnum>public static DescribeBackupsRequest.ScopeEnum fromValue(String input)
Copyright © 2026. All rights reserved.