Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<PolicyAttribute> |
CreateLoadBalancerPolicyRequest.getPolicyAttributes()
A list of attributes associated with the policy being created.
|
Modifier and Type | Method and Description |
---|---|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyAttributes(PolicyAttribute... policyAttributes)
A list of attributes associated with the policy being created.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.