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