Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyTargetGroupResponse.Builder
-
Packages that use ModifyTargetGroupResponse.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of ModifyTargetGroupResponse.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return ModifyTargetGroupResponse.Builder Modifier and Type Method Description static ModifyTargetGroupResponse.Builder
ModifyTargetGroupResponse. builder()
ModifyTargetGroupResponse.Builder
ModifyTargetGroupResponse.Builder. targetGroups(Collection<TargetGroup> targetGroups)
Information about the modified target group.ModifyTargetGroupResponse.Builder
ModifyTargetGroupResponse.Builder. targetGroups(Consumer<TargetGroup.Builder>... targetGroups)
Information about the modified target group.ModifyTargetGroupResponse.Builder
ModifyTargetGroupResponse.Builder. targetGroups(TargetGroup... targetGroups)
Information about the modified target group.ModifyTargetGroupResponse.Builder
ModifyTargetGroupResponse. toBuilder()
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type ModifyTargetGroupResponse.Builder Modifier and Type Method Description static Class<? extends ModifyTargetGroupResponse.Builder>
ModifyTargetGroupResponse. serializableBuilderClass()
-