| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<TargetGroupAttribute> |
ModifyTargetGroupAttributesResponse.attributes()
Information about the attributes.
|
List<TargetGroupAttribute> |
DescribeTargetGroupAttributesResponse.attributes()
Information about the target group attributes
|
List<TargetGroupAttribute> |
ModifyTargetGroupAttributesRequest.attributes()
The attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyTargetGroupAttributesResponse.Builder |
ModifyTargetGroupAttributesResponse.Builder.attributes(TargetGroupAttribute... attributes)
Information about the attributes.
|
DescribeTargetGroupAttributesResponse.Builder |
DescribeTargetGroupAttributesResponse.Builder.attributes(TargetGroupAttribute... attributes)
Information about the target group attributes
|
ModifyTargetGroupAttributesRequest.Builder |
ModifyTargetGroupAttributesRequest.Builder.attributes(TargetGroupAttribute... attributes)
The attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyTargetGroupAttributesResponse.Builder |
ModifyTargetGroupAttributesResponse.Builder.attributes(Collection<TargetGroupAttribute> attributes)
Information about the attributes.
|
DescribeTargetGroupAttributesResponse.Builder |
DescribeTargetGroupAttributesResponse.Builder.attributes(Collection<TargetGroupAttribute> attributes)
Information about the target group attributes
|
ModifyTargetGroupAttributesRequest.Builder |
ModifyTargetGroupAttributesRequest.Builder.attributes(Collection<TargetGroupAttribute> attributes)
The attributes.
|
Copyright © 2023. All rights reserved.