Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTargetGroupsResponse.Builder
Packages that use DescribeTargetGroupsResponse.Builder
-
Uses of DescribeTargetGroupsResponse.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return DescribeTargetGroupsResponse.BuilderModifier and TypeMethodDescriptionDescribeTargetGroupsResponse.builder()DescribeTargetGroupsResponse.Builder.nextMarker(String nextMarker) If there are additional results, this is the marker for the next set of results.DescribeTargetGroupsResponse.Builder.targetGroups(Collection<TargetGroup> targetGroups) Information about the target groups.DescribeTargetGroupsResponse.Builder.targetGroups(Consumer<TargetGroup.Builder>... targetGroups) Information about the target groups.DescribeTargetGroupsResponse.Builder.targetGroups(TargetGroup... targetGroups) Information about the target groups.DescribeTargetGroupsResponse.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type DescribeTargetGroupsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeTargetGroupsResponse.Builder>DescribeTargetGroupsResponse.serializableBuilderClass()