com.amazonaws.auth.policy.actions
Enum ElasticLoadBalancingActions

java.lang.Object
  extended by java.lang.Enum<ElasticLoadBalancingActions>
      extended by com.amazonaws.auth.policy.actions.ElasticLoadBalancingActions
All Implemented Interfaces:
Action, java.io.Serializable, java.lang.Comparable<ElasticLoadBalancingActions>

public enum ElasticLoadBalancingActions
extends java.lang.Enum<ElasticLoadBalancingActions>
implements Action

The available AWS access control policy actions for Amazon Elastic Load Balancing.


Enum Constant Summary
AllElasticLoadBalancingActions
          Represents any action executed on Amazon Elastic Load Balancing.
ConfigureHealthCheck
          Action for the ConfigureHealthCheck operation.
CreateAppCookieStickinessPolicy
          Action for the CreateAppCookieStickinessPolicy operation.
CreateLBCookieStickinessPolicy
          Action for the CreateLBCookieStickinessPolicy operation.
CreateLoadBalancer
          Action for the CreateLoadBalancer operation.
CreateLoadBalancerListeners
          Action for the CreateLoadBalancerListeners operation.
DeleteLoadBalancer
          Action for the DeleteLoadBalancer operation.
DeleteLoadBalancerListeners
          Action for the DeleteLoadBalancerListeners operation.
DeleteLoadBalancerPolicy
          Action for the DeleteLoadBalancerPolicy operation.
DeregisterInstancesFromLoadBalancer
          Action for the DeregisterInstancesFromLoadBalancer operation.
DescribeInstanceHealth
          Action for the DescribeInstanceHealth operation.
DescribeLoadBalancers
          Action for the DescribeLoadBalancers operation.
DisableAvailabilityZonesForLoadBalancer
          Action for the DisableAvailabilityZonesForLoadBalancer operation.
EnableAvailabilityZonesForLoadBalancer
          Action for the EnableAvailabilityZonesForLoadBalancer operation.
RegisterInstancesWithLoadBalancer
          Action for the RegisterInstancesWithLoadBalancer operation.
SetLoadBalancerListenerSSLCertificate
          Action for the SetLoadBalancerListenerSSLCertificate operation.
SetLoadBalancerPoliciesOfListener
          Action for the SetLoadBalancerPoliciesOfListener operation.
 
Method Summary
 java.lang.String getActionName()
          Returns the name of this action.
static ElasticLoadBalancingActions valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ElasticLoadBalancingActions[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

AllElasticLoadBalancingActions

public static final ElasticLoadBalancingActions AllElasticLoadBalancingActions
Represents any action executed on Amazon Elastic Load Balancing.


ConfigureHealthCheck

public static final ElasticLoadBalancingActions ConfigureHealthCheck
Action for the ConfigureHealthCheck operation.


CreateAppCookieStickinessPolicy

public static final ElasticLoadBalancingActions CreateAppCookieStickinessPolicy
Action for the CreateAppCookieStickinessPolicy operation.


CreateLBCookieStickinessPolicy

public static final ElasticLoadBalancingActions CreateLBCookieStickinessPolicy
Action for the CreateLBCookieStickinessPolicy operation.


CreateLoadBalancer

public static final ElasticLoadBalancingActions CreateLoadBalancer
Action for the CreateLoadBalancer operation.


CreateLoadBalancerListeners

public static final ElasticLoadBalancingActions CreateLoadBalancerListeners
Action for the CreateLoadBalancerListeners operation.


DeleteLoadBalancer

public static final ElasticLoadBalancingActions DeleteLoadBalancer
Action for the DeleteLoadBalancer operation.


DeleteLoadBalancerListeners

public static final ElasticLoadBalancingActions DeleteLoadBalancerListeners
Action for the DeleteLoadBalancerListeners operation.


DeleteLoadBalancerPolicy

public static final ElasticLoadBalancingActions DeleteLoadBalancerPolicy
Action for the DeleteLoadBalancerPolicy operation.


DeregisterInstancesFromLoadBalancer

public static final ElasticLoadBalancingActions DeregisterInstancesFromLoadBalancer
Action for the DeregisterInstancesFromLoadBalancer operation.


DescribeInstanceHealth

public static final ElasticLoadBalancingActions DescribeInstanceHealth
Action for the DescribeInstanceHealth operation.


DescribeLoadBalancers

public static final ElasticLoadBalancingActions DescribeLoadBalancers
Action for the DescribeLoadBalancers operation.


DisableAvailabilityZonesForLoadBalancer

public static final ElasticLoadBalancingActions DisableAvailabilityZonesForLoadBalancer
Action for the DisableAvailabilityZonesForLoadBalancer operation.


EnableAvailabilityZonesForLoadBalancer

public static final ElasticLoadBalancingActions EnableAvailabilityZonesForLoadBalancer
Action for the EnableAvailabilityZonesForLoadBalancer operation.


RegisterInstancesWithLoadBalancer

public static final ElasticLoadBalancingActions RegisterInstancesWithLoadBalancer
Action for the RegisterInstancesWithLoadBalancer operation.


SetLoadBalancerListenerSSLCertificate

public static final ElasticLoadBalancingActions SetLoadBalancerListenerSSLCertificate
Action for the SetLoadBalancerListenerSSLCertificate operation.


SetLoadBalancerPoliciesOfListener

public static final ElasticLoadBalancingActions SetLoadBalancerPoliciesOfListener
Action for the SetLoadBalancerPoliciesOfListener operation.

Method Detail

values

public static ElasticLoadBalancingActions[] 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 (ElasticLoadBalancingActions c : ElasticLoadBalancingActions.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ElasticLoadBalancingActions valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getActionName

public java.lang.String getActionName()
Description copied from interface: Action
Returns the name of this action. For example, 'sqs:SendMessage' is the name corresponding to the SQS action that enables users to send a message to an SQS queue.

Specified by:
getActionName in interface Action
Returns:
The name of this action.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.