Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetGroupAttribute.Builder
-
Packages that use TargetGroupAttribute.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of TargetGroupAttribute.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return TargetGroupAttribute.Builder Modifier and Type Method Description static TargetGroupAttribute.BuilderTargetGroupAttribute. builder()TargetGroupAttribute.BuilderTargetGroupAttribute.Builder. key(String key)The name of the attribute.TargetGroupAttribute.BuilderTargetGroupAttribute. toBuilder()TargetGroupAttribute.BuilderTargetGroupAttribute.Builder. value(String value)The value of the attribute.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TargetGroupAttribute.Builder Modifier and Type Method Description static Class<? extends TargetGroupAttribute.Builder>TargetGroupAttribute. serializableBuilderClass()
-