| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
TargetGroupAttribute |
TargetGroupAttribute.clone() |
TargetGroupAttribute |
TargetGroupAttribute.withKey(String key)
The name of the attribute.
|
TargetGroupAttribute |
TargetGroupAttribute.withValue(String value)
The value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetGroupAttribute> |
ModifyTargetGroupAttributesResult.getAttributes()
Information about the attributes.
|
List<TargetGroupAttribute> |
DescribeTargetGroupAttributesResult.getAttributes()
Information about the target group attributes
|
List<TargetGroupAttribute> |
ModifyTargetGroupAttributesRequest.getAttributes()
The attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyTargetGroupAttributesResult |
ModifyTargetGroupAttributesResult.withAttributes(TargetGroupAttribute... attributes)
Information about the attributes.
|
DescribeTargetGroupAttributesResult |
DescribeTargetGroupAttributesResult.withAttributes(TargetGroupAttribute... attributes)
Information about the target group attributes
|
ModifyTargetGroupAttributesRequest |
ModifyTargetGroupAttributesRequest.withAttributes(TargetGroupAttribute... attributes)
The attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyTargetGroupAttributesResult.setAttributes(Collection<TargetGroupAttribute> attributes)
Information about the attributes.
|
void |
DescribeTargetGroupAttributesResult.setAttributes(Collection<TargetGroupAttribute> attributes)
Information about the target group attributes
|
void |
ModifyTargetGroupAttributesRequest.setAttributes(Collection<TargetGroupAttribute> attributes)
The attributes.
|
ModifyTargetGroupAttributesResult |
ModifyTargetGroupAttributesResult.withAttributes(Collection<TargetGroupAttribute> attributes)
Information about the attributes.
|
DescribeTargetGroupAttributesResult |
DescribeTargetGroupAttributesResult.withAttributes(Collection<TargetGroupAttribute> attributes)
Information about the target group attributes
|
ModifyTargetGroupAttributesRequest |
ModifyTargetGroupAttributesRequest.withAttributes(Collection<TargetGroupAttribute> attributes)
The attributes.
|
Copyright © 2022. All rights reserved.