Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model | |
com.amazonaws.services.elasticloadbalancing.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PolicyAttributeTypeDescription> |
PolicyTypeDescription.policyAttributeTypeDescriptions
The description of the policy attributes associated with the policies
defined by Elastic Load Balancing.
|
Modifier and Type | Method and Description |
---|---|
PolicyAttributeTypeDescription |
PolicyAttributeTypeDescription.clone() |
PolicyAttributeTypeDescription |
PolicyAttributeTypeDescription.withAttributeName(java.lang.String attributeName)
The name of the attribute.
|
PolicyAttributeTypeDescription |
PolicyAttributeTypeDescription.withAttributeType(java.lang.String attributeType)
The type of the attribute.
|
PolicyAttributeTypeDescription |
PolicyAttributeTypeDescription.withCardinality(java.lang.String cardinality)
The cardinality of the attribute.
|
PolicyAttributeTypeDescription |
PolicyAttributeTypeDescription.withDefaultValue(java.lang.String defaultValue)
The default value of the attribute, if applicable.
|
PolicyAttributeTypeDescription |
PolicyAttributeTypeDescription.withDescription(java.lang.String description)
A description of the attribute.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies
defined by Elastic Load Balancing.
|
PolicyTypeDescription |
PolicyTypeDescription.withPolicyAttributeTypeDescriptions(java.util.Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies
defined by Elastic Load Balancing.
|
Modifier and Type | Method and Description |
---|---|
PolicyAttributeTypeDescription |
PolicyAttributeTypeDescriptionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |