org.dasein.cloud.aws.storage
Enum GlacierAction
java.lang.Object
java.lang.Enum<GlacierAction>
org.dasein.cloud.aws.storage.GlacierAction
- All Implemented Interfaces:
- Serializable, Comparable<GlacierAction>
public enum GlacierAction
- extends Enum<GlacierAction>
|
Method Summary |
org.apache.http.client.methods.HttpRequestBase |
getMethod(String url)
|
static GlacierAction |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GlacierAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
CREATE_VAULT
public static final GlacierAction CREATE_VAULT
DELETE_VAULT
public static final GlacierAction DELETE_VAULT
DESCRIBE_VAULT
public static final GlacierAction DESCRIBE_VAULT
LIST_VAULTS
public static final GlacierAction LIST_VAULTS
CREATE_ARCHIVE
public static final GlacierAction CREATE_ARCHIVE
DELETE_ARCHIVE
public static final GlacierAction DELETE_ARCHIVE
CREATE_JOB
public static final GlacierAction CREATE_JOB
DESCRIBE_JOB
public static final GlacierAction DESCRIBE_JOB
LIST_JOBS
public static final GlacierAction LIST_JOBS
GET_JOB_OUTPUT
public static final GlacierAction GET_JOB_OUTPUT
values
public static GlacierAction[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GlacierAction c : GlacierAction.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GlacierAction valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getMethod
public org.apache.http.client.methods.HttpRequestBase getMethod(String url)
throws org.dasein.cloud.InternalException
- Throws:
org.dasein.cloud.InternalException
Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.