Uses of Class
com.amazonaws.services.elasticloadbalancing.model.PolicyAttribute
Packages that use PolicyAttribute
-
Uses of PolicyAttribute in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return PolicyAttributeModifier and TypeMethodDescriptionPolicyAttribute.clone()
PolicyAttribute.withAttributeName
(String attributeName) The name of the attribute.PolicyAttribute.withAttributeValue
(String attributeValue) The value of the attribute.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type PolicyAttributeModifier and TypeMethodDescriptionCreateLoadBalancerPolicyRequest.getPolicyAttributes()
The attributes for the policy.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type PolicyAttributeModifier and TypeMethodDescriptionCreateLoadBalancerPolicyRequest.withPolicyAttributes
(PolicyAttribute... policyAttributes) The attributes for the policy.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type PolicyAttributeModifier and TypeMethodDescriptionvoid
CreateLoadBalancerPolicyRequest.setPolicyAttributes
(Collection<PolicyAttribute> policyAttributes) The attributes for the policy.CreateLoadBalancerPolicyRequest.withPolicyAttributes
(Collection<PolicyAttribute> policyAttributes) The attributes for the policy.