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 PolicyAttributeTypeDescriptionPolicyAttributeTypeDescription. clone()PolicyAttributeTypeDescriptionPolicyAttributeTypeDescription. withAttributeName(String attributeName)The name of the attribute.PolicyAttributeTypeDescriptionPolicyAttributeTypeDescription. withAttributeType(String attributeType)The type of the attribute.PolicyAttributeTypeDescriptionPolicyAttributeTypeDescription. withCardinality(String cardinality)The cardinality of the attribute.PolicyAttributeTypeDescriptionPolicyAttributeTypeDescription. withDefaultValue(String defaultValue)The default value of the attribute, if applicable.PolicyAttributeTypeDescriptionPolicyAttributeTypeDescription. 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 PolicyTypeDescriptionPolicyTypeDescription. 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 voidPolicyTypeDescription. setPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)The description of the policy attributes associated with the policies defined by Elastic Load Balancing.PolicyTypeDescriptionPolicyTypeDescription. withPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
-