Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model | |
com.amazonaws.services.elasticloadbalancing.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PolicyTypeDescription> |
DescribeLoadBalancerPolicyTypesResult.policyTypeDescriptions
Information about the policy types.
|
Modifier and Type | Method and Description |
---|---|
PolicyTypeDescription |
PolicyTypeDescription.clone() |
PolicyTypeDescription |
PolicyTypeDescription.withDescription(java.lang.String description)
A description of the policy type.
|
PolicyTypeDescription |
PolicyTypeDescription.withPolicyAttributeTypeDescriptions(java.util.Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies
defined by Elastic Load Balancing.
|
PolicyTypeDescription |
PolicyTypeDescription.withPolicyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies
defined by Elastic Load Balancing.
|
PolicyTypeDescription |
PolicyTypeDescription.withPolicyTypeName(java.lang.String policyTypeName)
The name of the policy type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PolicyTypeDescription> |
DescribeLoadBalancerPolicyTypesResult.getPolicyTypeDescriptions()
Information about the policy types.
|
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancerPolicyTypesResult |
DescribeLoadBalancerPolicyTypesResult.withPolicyTypeDescriptions(PolicyTypeDescription... policyTypeDescriptions)
Information about the policy types.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeLoadBalancerPolicyTypesResult.setPolicyTypeDescriptions(java.util.Collection<PolicyTypeDescription> policyTypeDescriptions)
Information about the policy types.
|
DescribeLoadBalancerPolicyTypesResult |
DescribeLoadBalancerPolicyTypesResult.withPolicyTypeDescriptions(java.util.Collection<PolicyTypeDescription> policyTypeDescriptions)
Information about the policy types.
|
Modifier and Type | Method and Description |
---|---|
PolicyTypeDescription |
PolicyTypeDescriptionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |