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 attributes.List<TargetGroupAttribute>ModifyTargetGroupAttributesResponse. attributes()Information about the 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 attributes.ModifyTargetGroupAttributesResponse.BuilderModifyTargetGroupAttributesResponse.Builder. attributes(TargetGroupAttribute... attributes)Information about the 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 attributes.ModifyTargetGroupAttributesResponse.BuilderModifyTargetGroupAttributesResponse.Builder. attributes(Collection<TargetGroupAttribute> attributes)Information about the attributes.
-