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 PolicyAttributePolicyAttribute. clone()PolicyAttributePolicyAttribute. withAttributeName(String attributeName)The name of the attribute.PolicyAttributePolicyAttribute. 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 CreateLoadBalancerPolicyRequestCreateLoadBalancerPolicyRequest. 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 voidCreateLoadBalancerPolicyRequest. setPolicyAttributes(Collection<PolicyAttribute> policyAttributes)The attributes for the policy.CreateLoadBalancerPolicyRequestCreateLoadBalancerPolicyRequest. withPolicyAttributes(Collection<PolicyAttribute> policyAttributes)The attributes for the policy.
-