Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.PolicyAttributeTypeDescription
-
Packages that use PolicyAttributeTypeDescription Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of PolicyAttributeTypeDescription in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type PolicyAttributeTypeDescription Modifier and Type Method Description List<PolicyAttributeTypeDescription>PolicyTypeDescription. policyAttributeTypeDescriptions()The description of the policy attributes associated with the policies defined by Elastic Load Balancing.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type PolicyAttributeTypeDescription Modifier and Type Method Description PolicyTypeDescription.BuilderPolicyTypeDescription.Builder. policyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)The description of the policy attributes associated with the policies defined by Elastic Load Balancing.Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type PolicyAttributeTypeDescription Modifier and Type Method Description PolicyTypeDescription.BuilderPolicyTypeDescription.Builder. policyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
-