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.BuilderModifyTargetGroupResponse. builder()ModifyTargetGroupResponse.BuilderModifyTargetGroupResponse.Builder. targetGroups(Collection<TargetGroup> targetGroups)Information about the modified target group.ModifyTargetGroupResponse.BuilderModifyTargetGroupResponse.Builder. targetGroups(Consumer<TargetGroup.Builder>... targetGroups)Information about the modified target group.ModifyTargetGroupResponse.BuilderModifyTargetGroupResponse.Builder. targetGroups(TargetGroup... targetGroups)Information about the modified target group.ModifyTargetGroupResponse.BuilderModifyTargetGroupResponse. 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()
-