Enum ElasticLoadBalancingActions
- java.lang.Object
-
- java.lang.Enum<ElasticLoadBalancingActions>
-
- com.amazonaws.auth.policy.actions.ElasticLoadBalancingActions
-
- All Implemented Interfaces:
Action,Serializable,Comparable<ElasticLoadBalancingActions>
public enum ElasticLoadBalancingActions extends Enum<ElasticLoadBalancingActions> implements Action
The available AWS access control policy actions for Elastic Load Balancing.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AddTagsAction for the AddTags operation.AllElasticLoadBalancingActionsRepresents any action executed on Elastic Load Balancing.ApplySecurityGroupsToLoadBalancerAction for the ApplySecurityGroupsToLoadBalancer operation.AttachLoadBalancerToSubnetsAction for the AttachLoadBalancerToSubnets operation.ConfigureHealthCheckAction for the ConfigureHealthCheck operation.CreateAppCookieStickinessPolicyAction for the CreateAppCookieStickinessPolicy operation.CreateLBCookieStickinessPolicyAction for the CreateLBCookieStickinessPolicy operation.CreateLoadBalancerAction for the CreateLoadBalancer operation.CreateLoadBalancerListenersAction for the CreateLoadBalancerListeners operation.CreateLoadBalancerPolicyAction for the CreateLoadBalancerPolicy operation.DeleteLoadBalancerAction for the DeleteLoadBalancer operation.DeleteLoadBalancerListenersAction for the DeleteLoadBalancerListeners operation.DeleteLoadBalancerPolicyAction for the DeleteLoadBalancerPolicy operation.DeregisterInstancesFromLoadBalancerAction for the DeregisterInstancesFromLoadBalancer operation.DescribeInstanceHealthAction for the DescribeInstanceHealth operation.DescribeLoadBalancerAttributesAction for the DescribeLoadBalancerAttributes operation.DescribeLoadBalancerPoliciesAction for the DescribeLoadBalancerPolicies operation.DescribeLoadBalancerPolicyTypesAction for the DescribeLoadBalancerPolicyTypes operation.DescribeLoadBalancersAction for the DescribeLoadBalancers operation.DescribeTagsAction for the DescribeTags operation.DetachLoadBalancerFromSubnetsAction for the DetachLoadBalancerFromSubnets operation.DisableAvailabilityZonesForLoadBalancerAction for the DisableAvailabilityZonesForLoadBalancer operation.EnableAvailabilityZonesForLoadBalancerAction for the EnableAvailabilityZonesForLoadBalancer operation.ModifyLoadBalancerAttributesAction for the ModifyLoadBalancerAttributes operation.RegisterInstancesWithLoadBalancerAction for the RegisterInstancesWithLoadBalancer operation.RemoveTagsAction for the RemoveTags operation.SetLoadBalancerListenerSSLCertificateAction for the SetLoadBalancerListenerSSLCertificate operation.SetLoadBalancerPoliciesForBackendServerAction for the SetLoadBalancerPoliciesForBackendServer operation.SetLoadBalancerPoliciesOfListenerAction for the SetLoadBalancerPoliciesOfListener operation.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionName()Returns the name of this action.static ElasticLoadBalancingActionsvalueOf(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.
-
-
-
Enum Constant Detail
-
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 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(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 nameNullPointerException- if the argument is null
-
getActionName
public String getActionName()
Description copied from interface:ActionReturns 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:
getActionNamein interfaceAction- Returns:
- The name of this action.
-
-