Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Modifier and Type | Method and Description |
---|---|
PolicyDescription |
PolicyDescription.clone() |
PolicyDescription |
PolicyDescription.withPolicyAttributeDescriptions(Collection<PolicyAttributeDescription> policyAttributeDescriptions)
The policy attributes.
|
PolicyDescription |
PolicyDescription.withPolicyAttributeDescriptions(PolicyAttributeDescription... policyAttributeDescriptions)
The policy attributes.
|
PolicyDescription |
PolicyDescription.withPolicyName(String policyName)
The name of the policy.
|
PolicyDescription |
PolicyDescription.withPolicyTypeName(String policyTypeName)
The name of the policy type.
|
Modifier and Type | Method and Description |
---|---|
List<PolicyDescription> |
DescribeLoadBalancerPoliciesResult.getPolicyDescriptions()
Information about the policies.
|
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancerPoliciesResult |
DescribeLoadBalancerPoliciesResult.withPolicyDescriptions(PolicyDescription... policyDescriptions)
Information about the policies.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeLoadBalancerPoliciesResult.setPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
Information about the policies.
|
DescribeLoadBalancerPoliciesResult |
DescribeLoadBalancerPoliciesResult.withPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
Information about the policies.
|
Copyright © 2016. All rights reserved.