Uses of Class
com.amazonaws.services.elasticloadbalancing.model.PolicyAttribute

Packages that use PolicyAttribute
com.amazonaws.services.elasticloadbalancing.model Classes modeling the various types represented by AmazonElasticLoadBalancing. 
 

Uses of PolicyAttribute in com.amazonaws.services.elasticloadbalancing.model
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return PolicyAttribute
 PolicyAttribute PolicyAttribute.withAttributeName(String attributeName)
          The name of the attribute associated with the policy.
 PolicyAttribute PolicyAttribute.withAttributeValue(String attributeValue)
          The value of the attribute associated with the policy.
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type PolicyAttribute
 List<PolicyAttribute> CreateLoadBalancerPolicyRequest.getPolicyAttributes()
          A list of attributes associated with the policy being created.
 

Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type PolicyAttribute
 CreateLoadBalancerPolicyRequest CreateLoadBalancerPolicyRequest.withPolicyAttributes(PolicyAttribute... policyAttributes)
          A list of attributes associated with the policy being created.
 

Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type PolicyAttribute
 void CreateLoadBalancerPolicyRequest.setPolicyAttributes(Collection<PolicyAttribute> policyAttributes)
          A list of attributes associated with the policy being created.
 CreateLoadBalancerPolicyRequest CreateLoadBalancerPolicyRequest.withPolicyAttributes(Collection<PolicyAttribute> policyAttributes)
          A list of attributes associated with the policy being created.
 



Copyright © 2016. All rights reserved.