Uses of Class
com.amazonaws.services.elasticloadbalancing.model.PolicyAttributeTypeDescription
-
Packages that use PolicyAttributeTypeDescription Package Description com.amazonaws.services.elasticloadbalancing.model -
-
Uses of PolicyAttributeTypeDescription in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return PolicyAttributeTypeDescription Modifier and Type Method 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.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type PolicyAttributeTypeDescription Modifier and Type Method Description List<PolicyAttributeTypeDescription>
PolicyTypeDescription. getPolicyAttributeTypeDescriptions()
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type PolicyAttributeTypeDescription Modifier and Type Method Description PolicyTypeDescription
PolicyTypeDescription. withPolicyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type PolicyAttributeTypeDescription Modifier and Type Method 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.
-