|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolicyAttributeDescription | |
---|---|
com.amazonaws.services.elasticloadbalancing.model | Classes modeling the various types represented by AmazonElasticLoadBalancing. |
Uses of PolicyAttributeDescription in com.amazonaws.services.elasticloadbalancing.model |
---|
Methods in com.amazonaws.services.elasticloadbalancing.model that return PolicyAttributeDescription | |
---|---|
PolicyAttributeDescription |
PolicyAttributeDescription.withAttributeName(String attributeName)
The name of the attribute associated with the policy. |
PolicyAttributeDescription |
PolicyAttributeDescription.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 PolicyAttributeDescription | |
---|---|
List<PolicyAttributeDescription> |
PolicyDescription.getPolicyAttributeDescriptions()
A list of policy attribute description structures. |
Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type PolicyAttributeDescription | |
---|---|
PolicyDescription |
PolicyDescription.withPolicyAttributeDescriptions(PolicyAttributeDescription... policyAttributeDescriptions)
A list of policy attribute description structures. |
Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type PolicyAttributeDescription | |
---|---|
void |
PolicyDescription.setPolicyAttributeDescriptions(Collection<PolicyAttributeDescription> policyAttributeDescriptions)
A list of policy attribute description structures. |
PolicyDescription |
PolicyDescription.withPolicyAttributeDescriptions(Collection<PolicyAttributeDescription> policyAttributeDescriptions)
A list of policy attribute description structures. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |