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
The available AWS access control policy actions for Elastic Load Balancing.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAction for the AddTags operation.Represents any action executed on Elastic Load Balancing.Action for the ApplySecurityGroupsToLoadBalancer operation.Action for the AttachLoadBalancerToSubnets operation.Action for the ConfigureHealthCheck operation.Action for the CreateAppCookieStickinessPolicy operation.Action for the CreateLBCookieStickinessPolicy operation.Action for the CreateLoadBalancer operation.Action for the CreateLoadBalancerListeners operation.Action for the CreateLoadBalancerPolicy operation.Action for the DeleteLoadBalancer operation.Action for the DeleteLoadBalancerListeners operation.Action for the DeleteLoadBalancerPolicy operation.Action for the DeregisterInstancesFromLoadBalancer operation.Action for the DescribeInstanceHealth operation.Action for the DescribeLoadBalancerAttributes operation.Action for the DescribeLoadBalancerPolicies operation.Action for the DescribeLoadBalancerPolicyTypes operation.Action for the DescribeLoadBalancers operation.Action for the DescribeTags operation.Action for the DetachLoadBalancerFromSubnets operation.Action for the DisableAvailabilityZonesForLoadBalancer operation.Action for the EnableAvailabilityZonesForLoadBalancer operation.Action for the ModifyLoadBalancerAttributes operation.Action for the RegisterInstancesWithLoadBalancer operation.Action for the RemoveTags operation.Action for the SetLoadBalancerListenerSSLCertificate operation.Action for the SetLoadBalancerPoliciesForBackendServer operation.Action for the SetLoadBalancerPoliciesOfListener operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this action.static ElasticLoadBalancingActions
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 Details
-
AllElasticLoadBalancingActions
Represents any action executed on Elastic Load Balancing. -
AddTags
Action for the AddTags operation. -
ApplySecurityGroupsToLoadBalancer
Action for the ApplySecurityGroupsToLoadBalancer operation. -
AttachLoadBalancerToSubnets
Action for the AttachLoadBalancerToSubnets operation. -
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. -
CreateLoadBalancerPolicy
Action for the CreateLoadBalancerPolicy 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. -
DescribeLoadBalancerAttributes
Action for the DescribeLoadBalancerAttributes operation. -
DescribeLoadBalancerPolicies
Action for the DescribeLoadBalancerPolicies operation. -
DescribeLoadBalancerPolicyTypes
Action for the DescribeLoadBalancerPolicyTypes operation. -
DescribeLoadBalancers
Action for the DescribeLoadBalancers operation. -
DescribeTags
Action for the DescribeTags operation. -
DetachLoadBalancerFromSubnets
Action for the DetachLoadBalancerFromSubnets operation. -
DisableAvailabilityZonesForLoadBalancer
Action for the DisableAvailabilityZonesForLoadBalancer operation. -
EnableAvailabilityZonesForLoadBalancer
Action for the EnableAvailabilityZonesForLoadBalancer operation. -
ModifyLoadBalancerAttributes
Action for the ModifyLoadBalancerAttributes operation. -
RegisterInstancesWithLoadBalancer
Action for the RegisterInstancesWithLoadBalancer operation. -
RemoveTags
Action for the RemoveTags operation. -
SetLoadBalancerListenerSSLCertificate
Action for the SetLoadBalancerListenerSSLCertificate operation. -
SetLoadBalancerPoliciesForBackendServer
Action for the SetLoadBalancerPoliciesForBackendServer operation. -
SetLoadBalancerPoliciesOfListener
Action for the SetLoadBalancerPoliciesOfListener operation.
-
-
Method Details
-
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
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
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 interfaceAction
- Returns:
- The name of this action.
-