Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetGroupAttribute
-
Packages that use TargetGroupAttribute Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
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 TargetGroupAttribute Modifier and Type Method Description List<TargetGroupAttribute>DescribeTargetGroupAttributesResponse. attributes()Information about the target group attributesList<TargetGroupAttribute>ModifyTargetGroupAttributesRequest. attributes()The target group attributes.List<TargetGroupAttribute>ModifyTargetGroupAttributesResponse. attributes()Information about the target group attributes.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type TargetGroupAttribute Modifier and Type Method Description DescribeTargetGroupAttributesResponse.BuilderDescribeTargetGroupAttributesResponse.Builder. attributes(TargetGroupAttribute... attributes)Information about the target group attributesModifyTargetGroupAttributesRequest.BuilderModifyTargetGroupAttributesRequest.Builder. attributes(TargetGroupAttribute... attributes)The target group attributes.ModifyTargetGroupAttributesResponse.BuilderModifyTargetGroupAttributesResponse.Builder. attributes(TargetGroupAttribute... attributes)Information about the target group attributes.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TargetGroupAttribute Modifier and Type Method Description DescribeTargetGroupAttributesResponse.BuilderDescribeTargetGroupAttributesResponse.Builder. attributes(Collection<TargetGroupAttribute> attributes)Information about the target group attributesModifyTargetGroupAttributesRequest.BuilderModifyTargetGroupAttributesRequest.Builder. attributes(Collection<TargetGroupAttribute> attributes)The target group attributes.ModifyTargetGroupAttributesResponse.BuilderModifyTargetGroupAttributesResponse.Builder. attributes(Collection<TargetGroupAttribute> attributes)Information about the target group attributes.
-