Uses of Class
com.amazonaws.services.elasticloadbalancing.model.PolicyTypeDescription
Packages that use PolicyTypeDescription
-
Uses of PolicyTypeDescription in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return PolicyTypeDescriptionModifier and TypeMethodDescriptionPolicyTypeDescription.clone()
PolicyTypeDescription.withDescription
(String description) A description of the policy type.PolicyTypeDescription.withPolicyAttributeTypeDescriptions
(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.PolicyTypeDescription.withPolicyTypeName
(String policyTypeName) The name of the policy type.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type PolicyTypeDescriptionModifier and TypeMethodDescriptionDescribeLoadBalancerPolicyTypesResult.getPolicyTypeDescriptions()
Information about the policy types.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type PolicyTypeDescriptionModifier and TypeMethodDescriptionDescribeLoadBalancerPolicyTypesResult.withPolicyTypeDescriptions
(PolicyTypeDescription... policyTypeDescriptions) Information about the policy types.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type PolicyTypeDescriptionModifier and TypeMethodDescriptionvoid
DescribeLoadBalancerPolicyTypesResult.setPolicyTypeDescriptions
(Collection<PolicyTypeDescription> policyTypeDescriptions) Information about the policy types.DescribeLoadBalancerPolicyTypesResult.withPolicyTypeDescriptions
(Collection<PolicyTypeDescription> policyTypeDescriptions) Information about the policy types.