|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolicyDescription | |
---|---|
com.amazonaws.services.elasticloadbalancing.model | Classes modeling the various types represented by AmazonElasticLoadBalancing. |
Uses of PolicyDescription in com.amazonaws.services.elasticloadbalancing.model |
---|
Methods in com.amazonaws.services.elasticloadbalancing.model that return PolicyDescription | |
---|---|
PolicyDescription |
PolicyDescription.withPolicyAttributeDescriptions(Collection<PolicyAttributeDescription> policyAttributeDescriptions)
A list of policy attribute description structures. |
PolicyDescription |
PolicyDescription.withPolicyAttributeDescriptions(PolicyAttributeDescription... policyAttributeDescriptions)
A list of policy attribute description structures. |
PolicyDescription |
PolicyDescription.withPolicyName(String policyName)
The name of the policy associated with the load balancer. |
PolicyDescription |
PolicyDescription.withPolicyTypeName(String policyTypeName)
The name of the policy type associated with the load balancer. |
Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type PolicyDescription | |
---|---|
List<PolicyDescription> |
DescribeLoadBalancerPoliciesResult.getPolicyDescriptions()
A list of policy description structures. |
Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type PolicyDescription | |
---|---|
DescribeLoadBalancerPoliciesResult |
DescribeLoadBalancerPoliciesResult.withPolicyDescriptions(PolicyDescription... policyDescriptions)
A list of policy description structures. |
Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type PolicyDescription | |
---|---|
void |
DescribeLoadBalancerPoliciesResult.setPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
A list of policy description structures. |
DescribeLoadBalancerPoliciesResult |
DescribeLoadBalancerPoliciesResult.withPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
A list of policy description structures. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |