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