Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetHealthDescription
Packages that use TargetHealthDescription
-
Uses of TargetHealthDescription in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TargetHealthDescriptionModifier and TypeMethodDescriptionfinal List<TargetHealthDescription>DescribeTargetHealthResponse.targetHealthDescriptions()Information about the health of the targets.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type TargetHealthDescriptionModifier and TypeMethodDescriptionDescribeTargetHealthResponse.Builder.targetHealthDescriptions(TargetHealthDescription... targetHealthDescriptions) Information about the health of the targets.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TargetHealthDescriptionModifier and TypeMethodDescriptionDescribeTargetHealthResponse.Builder.targetHealthDescriptions(Collection<TargetHealthDescription> targetHealthDescriptions) Information about the health of the targets.