Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.PolicyAttribute
-
Packages that use PolicyAttribute Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of PolicyAttribute in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type PolicyAttribute Modifier and Type Method Description List<PolicyAttribute>CreateLoadBalancerPolicyRequest. policyAttributes()The policy attributes.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type PolicyAttribute Modifier and Type Method Description CreateLoadBalancerPolicyRequest.BuilderCreateLoadBalancerPolicyRequest.Builder. policyAttributes(PolicyAttribute... policyAttributes)The policy attributes.Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type PolicyAttribute Modifier and Type Method Description CreateLoadBalancerPolicyRequest.BuilderCreateLoadBalancerPolicyRequest.Builder. policyAttributes(Collection<PolicyAttribute> policyAttributes)The policy attributes.
-