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