Uses of Class
com.amazonaws.services.elasticloadbalancing.model.PolicyAttributeTypeDescription
Packages that use PolicyAttributeTypeDescription
-
Uses of PolicyAttributeTypeDescription in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return PolicyAttributeTypeDescriptionModifier and TypeMethodDescriptionPolicyAttributeTypeDescription.clone()
PolicyAttributeTypeDescription.withAttributeName
(String attributeName) The name of the attribute.PolicyAttributeTypeDescription.withAttributeType
(String attributeType) The type of the attribute.PolicyAttributeTypeDescription.withCardinality
(String cardinality) The cardinality of the attribute.PolicyAttributeTypeDescription.withDefaultValue
(String defaultValue) The default value of the attribute, if applicable.PolicyAttributeTypeDescription.withDescription
(String description) A description of the attribute.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type PolicyAttributeTypeDescriptionModifier and TypeMethodDescriptionPolicyTypeDescription.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 PolicyAttributeTypeDescriptionModifier and TypeMethodDescriptionPolicyTypeDescription.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 PolicyAttributeTypeDescriptionModifier and TypeMethodDescriptionvoid
PolicyTypeDescription.setPolicyAttributeTypeDescriptions
(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions) The description of the policy attributes associated with the policies defined by Elastic Load Balancing.PolicyTypeDescription.withPolicyAttributeTypeDescriptions
(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions) The description of the policy attributes associated with the policies defined by Elastic Load Balancing.