| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2.model | |
| software.amazon.awssdk.services.elasticloadbalancingv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TargetGroup> |
CreateTargetGroupResponse.targetGroups()
Information about the target group.
|
List<TargetGroup> |
DescribeTargetGroupsResponse.targetGroups()
Information about the target groups.
|
List<TargetGroup> |
ModifyTargetGroupResponse.targetGroups()
Information about the modified target group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTargetGroupResponse.Builder |
CreateTargetGroupResponse.Builder.targetGroups(TargetGroup... targetGroups)
Information about the target group.
|
DescribeTargetGroupsResponse.Builder |
DescribeTargetGroupsResponse.Builder.targetGroups(TargetGroup... targetGroups)
Information about the target groups.
|
ModifyTargetGroupResponse.Builder |
ModifyTargetGroupResponse.Builder.targetGroups(TargetGroup... targetGroups)
Information about the modified target group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTargetGroupResponse.Builder |
CreateTargetGroupResponse.Builder.targetGroups(Collection<TargetGroup> targetGroups)
Information about the target group.
|
DescribeTargetGroupsResponse.Builder |
DescribeTargetGroupsResponse.Builder.targetGroups(Collection<TargetGroup> targetGroups)
Information about the target groups.
|
ModifyTargetGroupResponse.Builder |
ModifyTargetGroupResponse.Builder.targetGroups(Collection<TargetGroup> targetGroups)
Information about the modified target group.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<TargetGroup> |
DescribeTargetGroupsPublisher.targetGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<TargetGroup> |
DescribeTargetGroupsIterable.targetGroups()
Returns an iterable to iterate through the paginated
DescribeTargetGroupsResponse.targetGroups() member. |
Copyright © 2020. All rights reserved.