Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<PolicyAttributeDescription> |
PolicyDescription.getPolicyAttributeDescriptions()
A list of policy attribute description structures.
|
Modifier and Type | Method and Description |
---|---|
PolicyDescription |
PolicyDescription.withPolicyAttributeDescriptions(PolicyAttributeDescription... policyAttributeDescriptions)
A list of policy attribute description structures.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.