Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetHealthDescription
-
Packages that use TargetHealthDescription Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
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 TargetHealthDescription Modifier and Type Method Description List<TargetHealthDescription>DescribeTargetHealthResponse. targetHealthDescriptions()Information about the health of the targets.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type TargetHealthDescription Modifier and Type Method Description DescribeTargetHealthResponse.BuilderDescribeTargetHealthResponse.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 TargetHealthDescription Modifier and Type Method Description DescribeTargetHealthResponse.BuilderDescribeTargetHealthResponse.Builder. targetHealthDescriptions(Collection<TargetHealthDescription> targetHealthDescriptions)Information about the health of the targets.
-