Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetGroup
-
Packages that use TargetGroup Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model software.amazon.awssdk.services.elasticloadbalancingv2.paginators -
-
Uses of TargetGroup in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TargetGroup Modifier and Type Method 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.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type TargetGroup Modifier and Type Method Description CreateTargetGroupResponse.BuilderCreateTargetGroupResponse.Builder. targetGroups(TargetGroup... targetGroups)Information about the target group.DescribeTargetGroupsResponse.BuilderDescribeTargetGroupsResponse.Builder. targetGroups(TargetGroup... targetGroups)Information about the target groups.ModifyTargetGroupResponse.BuilderModifyTargetGroupResponse.Builder. targetGroups(TargetGroup... targetGroups)Information about the modified target group.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TargetGroup Modifier and Type Method Description CreateTargetGroupResponse.BuilderCreateTargetGroupResponse.Builder. targetGroups(Collection<TargetGroup> targetGroups)Information about the target group.DescribeTargetGroupsResponse.BuilderDescribeTargetGroupsResponse.Builder. targetGroups(Collection<TargetGroup> targetGroups)Information about the target groups.ModifyTargetGroupResponse.BuilderModifyTargetGroupResponse.Builder. targetGroups(Collection<TargetGroup> targetGroups)Information about the modified target group. -
Uses of TargetGroup in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.paginators that return types with arguments of type TargetGroup Modifier and Type Method Description SdkIterable<TargetGroup>DescribeTargetGroupsIterable. targetGroups()Returns an iterable to iterate through the paginatedDescribeTargetGroupsResponse.targetGroups()member.SdkPublisher<TargetGroup>DescribeTargetGroupsPublisher. targetGroups()Returns a publisher that can be used to get a stream of data.
-