org.dasein.cloud.aws.platform
Enum CloudFrontAction

java.lang.Object
  extended by java.lang.Enum<CloudFrontAction>
      extended by org.dasein.cloud.aws.platform.CloudFrontAction
All Implemented Interfaces:
Serializable, Comparable<CloudFrontAction>

public enum CloudFrontAction
extends Enum<CloudFrontAction>


Enum Constant Summary
CREATE_DISTRIBUTION
           
DELETE_DISTRIBUTION
           
GET_DISTRIBUTION
           
LIST_DISTRIBUTIONS
           
UPDATE_DISTRIBUTION
           
 
Method Summary
 org.apache.commons.httpclient.HttpMethod getMethod(String url)
           
static CloudFrontAction valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CloudFrontAction[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.commons.httpclient.HttpMethod getMethod(String url)


Copyright © 2012 enStratus Networks LLC. All Rights Reserved.