org.dasein.cloud.aws.platform
Enum CloudFrontAction
java.lang.Object
java.lang.Enum<CloudFrontAction>
org.dasein.cloud.aws.platform.CloudFrontAction
- All Implemented Interfaces:
- Serializable, Comparable<CloudFrontAction>
public enum CloudFrontAction
- extends Enum<CloudFrontAction>
LIST_DISTRIBUTIONS
public static final CloudFrontAction LIST_DISTRIBUTIONS
GET_DISTRIBUTION
public static final CloudFrontAction GET_DISTRIBUTION
DELETE_DISTRIBUTION
public static final CloudFrontAction DELETE_DISTRIBUTION
CREATE_DISTRIBUTION
public static final CloudFrontAction CREATE_DISTRIBUTION
UPDATE_DISTRIBUTION
public static final CloudFrontAction UPDATE_DISTRIBUTION
values
public static CloudFrontAction[] 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 (CloudFrontAction c : CloudFrontAction.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static CloudFrontAction 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)
Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.