| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyTypeDescription |
PolicyTypeDescription.withDescription(String description)
A human-readable description of the policy type.
|
PolicyTypeDescription |
PolicyTypeDescription.withPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the load
balancer policies defined by the Elastic Load Balancing service.
|
PolicyTypeDescription |
PolicyTypeDescription.withPolicyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)
The description of the policy attributes associated with the load
balancer policies defined by the Elastic Load Balancing service.
|
PolicyTypeDescription |
PolicyTypeDescription.withPolicyTypeName(String policyTypeName)
The name of the policy type.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicyTypeDescription> |
DescribeLoadBalancerPolicyTypesResult.getPolicyTypeDescriptions()
List of policy type description structures of the specified policy
type.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLoadBalancerPolicyTypesResult |
DescribeLoadBalancerPolicyTypesResult.withPolicyTypeDescriptions(PolicyTypeDescription... policyTypeDescriptions)
List of policy type description structures of the specified policy
type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLoadBalancerPolicyTypesResult.setPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
List of policy type description structures of the specified policy
type.
|
DescribeLoadBalancerPolicyTypesResult |
DescribeLoadBalancerPolicyTypesResult.withPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
List of policy type description structures of the specified policy
type.
|
Copyright © 2014. All rights reserved.