Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Modifier and Type | Method and Description |
---|---|
PolicyAttributeTypeDescription |
PolicyAttributeTypeDescription.clone() |
PolicyAttributeTypeDescription |
PolicyAttributeTypeDescription.withAttributeName(String attributeName)
The name of the attribute.
|
PolicyAttributeTypeDescription |
PolicyAttributeTypeDescription.withAttributeType(String attributeType)
The type of the attribute.
|
PolicyAttributeTypeDescription |
PolicyAttributeTypeDescription.withCardinality(String cardinality)
The cardinality of the attribute.
|
PolicyAttributeTypeDescription |
PolicyAttributeTypeDescription.withDefaultValue(String defaultValue)
The default value of the attribute, if applicable.
|
PolicyAttributeTypeDescription |
PolicyAttributeTypeDescription.withDescription(String description)
A description of the attribute.
|
Modifier and Type | Method and Description |
---|---|
List<PolicyAttributeTypeDescription> |
PolicyTypeDescription.getPolicyAttributeTypeDescriptions()
The description of the policy attributes associated with the policies
defined by Elastic Load Balancing.
|
Modifier and Type | Method and Description |
---|---|
PolicyTypeDescription |
PolicyTypeDescription.withPolicyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies
defined by Elastic Load Balancing.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyTypeDescription.setPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies
defined by Elastic Load Balancing.
|
PolicyTypeDescription |
PolicyTypeDescription.withPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies
defined by Elastic Load Balancing.
|
Copyright © 2018. All rights reserved.