Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetGroupAttribute
Packages that use TargetGroupAttribute
-
Uses of TargetGroupAttribute in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TargetGroupAttributeModifier and TypeMethodDescriptionfinal List<TargetGroupAttribute>DescribeTargetGroupAttributesResponse.attributes()Information about the target group attributesfinal List<TargetGroupAttribute>ModifyTargetGroupAttributesRequest.attributes()The target group attributes.final List<TargetGroupAttribute>ModifyTargetGroupAttributesResponse.attributes()Information about the target group attributes.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type TargetGroupAttributeModifier and TypeMethodDescriptionDescribeTargetGroupAttributesResponse.Builder.attributes(TargetGroupAttribute... attributes) Information about the target group attributesModifyTargetGroupAttributesRequest.Builder.attributes(TargetGroupAttribute... attributes) The target group attributes.ModifyTargetGroupAttributesResponse.Builder.attributes(TargetGroupAttribute... attributes) Information about the target group attributes.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TargetGroupAttributeModifier and TypeMethodDescriptionDescribeTargetGroupAttributesResponse.Builder.attributes(Collection<TargetGroupAttribute> attributes) Information about the target group attributesModifyTargetGroupAttributesRequest.Builder.attributes(Collection<TargetGroupAttribute> attributes) The target group attributes.ModifyTargetGroupAttributesResponse.Builder.attributes(Collection<TargetGroupAttribute> attributes) Information about the target group attributes.