Enum ElasticLoadBalancingActions

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

public enum ElasticLoadBalancingActions extends Enum<ElasticLoadBalancingActions> implements Action
The available AWS access control policy actions for Elastic Load Balancing.
  • Enum Constant Details

    • AllElasticLoadBalancingActions

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

      public static final ElasticLoadBalancingActions AddTags
      Action for the AddTags operation.
    • ApplySecurityGroupsToLoadBalancer

      public static final ElasticLoadBalancingActions ApplySecurityGroupsToLoadBalancer
      Action for the ApplySecurityGroupsToLoadBalancer operation.
    • AttachLoadBalancerToSubnets

      public static final ElasticLoadBalancingActions AttachLoadBalancerToSubnets
      Action for the AttachLoadBalancerToSubnets operation.
    • 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.
    • CreateLoadBalancerPolicy

      public static final ElasticLoadBalancingActions CreateLoadBalancerPolicy
      Action for the CreateLoadBalancerPolicy 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.
    • DescribeLoadBalancerAttributes

      public static final ElasticLoadBalancingActions DescribeLoadBalancerAttributes
      Action for the DescribeLoadBalancerAttributes operation.
    • DescribeLoadBalancerPolicies

      public static final ElasticLoadBalancingActions DescribeLoadBalancerPolicies
      Action for the DescribeLoadBalancerPolicies operation.
    • DescribeLoadBalancerPolicyTypes

      public static final ElasticLoadBalancingActions DescribeLoadBalancerPolicyTypes
      Action for the DescribeLoadBalancerPolicyTypes operation.
    • DescribeLoadBalancers

      public static final ElasticLoadBalancingActions DescribeLoadBalancers
      Action for the DescribeLoadBalancers operation.
    • DescribeTags

      public static final ElasticLoadBalancingActions DescribeTags
      Action for the DescribeTags operation.
    • DetachLoadBalancerFromSubnets

      public static final ElasticLoadBalancingActions DetachLoadBalancerFromSubnets
      Action for the DetachLoadBalancerFromSubnets operation.
    • DisableAvailabilityZonesForLoadBalancer

      public static final ElasticLoadBalancingActions DisableAvailabilityZonesForLoadBalancer
      Action for the DisableAvailabilityZonesForLoadBalancer operation.
    • EnableAvailabilityZonesForLoadBalancer

      public static final ElasticLoadBalancingActions EnableAvailabilityZonesForLoadBalancer
      Action for the EnableAvailabilityZonesForLoadBalancer operation.
    • ModifyLoadBalancerAttributes

      public static final ElasticLoadBalancingActions ModifyLoadBalancerAttributes
      Action for the ModifyLoadBalancerAttributes operation.
    • RegisterInstancesWithLoadBalancer

      public static final ElasticLoadBalancingActions RegisterInstancesWithLoadBalancer
      Action for the RegisterInstancesWithLoadBalancer operation.
    • RemoveTags

      public static final ElasticLoadBalancingActions RemoveTags
      Action for the RemoveTags operation.
    • SetLoadBalancerListenerSSLCertificate

      public static final ElasticLoadBalancingActions SetLoadBalancerListenerSSLCertificate
      Action for the SetLoadBalancerListenerSSLCertificate operation.
    • SetLoadBalancerPoliciesForBackendServer

      public static final ElasticLoadBalancingActions SetLoadBalancerPoliciesForBackendServer
      Action for the SetLoadBalancerPoliciesForBackendServer operation.
    • SetLoadBalancerPoliciesOfListener

      public static final ElasticLoadBalancingActions SetLoadBalancerPoliciesOfListener
      Action for the SetLoadBalancerPoliciesOfListener operation.
  • Method Details

    • values

      public static ElasticLoadBalancingActions[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ElasticLoadBalancingActions 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
    • getActionName

      public 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.