Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Modifier and Type | Method and Description |
---|---|
PolicyAttribute |
PolicyAttribute.clone() |
PolicyAttribute |
PolicyAttribute.withAttributeName(String attributeName)
The name of the attribute.
|
PolicyAttribute |
PolicyAttribute.withAttributeValue(String attributeValue)
The value of the attribute.
|
Modifier and Type | Method and Description |
---|---|
List<PolicyAttribute> |
CreateLoadBalancerPolicyRequest.getPolicyAttributes()
The policy attributes.
|
Modifier and Type | Method and Description |
---|---|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyAttributes(PolicyAttribute... policyAttributes)
The policy attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateLoadBalancerPolicyRequest.setPolicyAttributes(Collection<PolicyAttribute> policyAttributes)
The policy attributes.
|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyAttributes(Collection<PolicyAttribute> policyAttributes)
The policy attributes.
|
Copyright © 2016. All rights reserved.