Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model | |
com.amazonaws.services.elasticloadbalancing.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PolicyAttribute> |
CreateLoadBalancerPolicyRequest.policyAttributes
The attributes for the policy.
|
Modifier and Type | Method and Description |
---|---|
PolicyAttribute |
PolicyAttribute.clone() |
PolicyAttribute |
PolicyAttribute.withAttributeName(java.lang.String attributeName)
The name of the attribute.
|
PolicyAttribute |
PolicyAttribute.withAttributeValue(java.lang.String attributeValue)
The value of the attribute.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PolicyAttribute> |
CreateLoadBalancerPolicyRequest.getPolicyAttributes()
The attributes for the policy.
|
Modifier and Type | Method and Description |
---|---|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyAttributes(PolicyAttribute... policyAttributes)
The attributes for the policy.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateLoadBalancerPolicyRequest.setPolicyAttributes(java.util.Collection<PolicyAttribute> policyAttributes)
The attributes for the policy.
|
CreateLoadBalancerPolicyRequest |
CreateLoadBalancerPolicyRequest.withPolicyAttributes(java.util.Collection<PolicyAttribute> policyAttributes)
The attributes for the policy.
|
Modifier and Type | Method and Description |
---|---|
PolicyAttribute |
PolicyAttributeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |