Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetDescription
-
Packages that use TargetDescription Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of TargetDescription in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return TargetDescription Modifier and Type Method Description TargetDescriptionTargetHealthDescription. target()The description of the target.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TargetDescription Modifier and Type Method Description List<TargetDescription>DeregisterTargetsRequest. targets()The targets.List<TargetDescription>DescribeTargetHealthRequest. targets()The targets.List<TargetDescription>RegisterTargetsRequest. targets()The targets.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type TargetDescription Modifier and Type Method Description TargetHealthDescription.BuilderTargetHealthDescription.Builder. target(TargetDescription target)The description of the target.DeregisterTargetsRequest.BuilderDeregisterTargetsRequest.Builder. targets(TargetDescription... targets)The targets.DescribeTargetHealthRequest.BuilderDescribeTargetHealthRequest.Builder. targets(TargetDescription... targets)The targets.RegisterTargetsRequest.BuilderRegisterTargetsRequest.Builder. targets(TargetDescription... targets)The targets.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TargetDescription Modifier and Type Method Description DeregisterTargetsRequest.BuilderDeregisterTargetsRequest.Builder. targets(Collection<TargetDescription> targets)The targets.DescribeTargetHealthRequest.BuilderDescribeTargetHealthRequest.Builder. targets(Collection<TargetDescription> targets)The targets.RegisterTargetsRequest.BuilderRegisterTargetsRequest.Builder. targets(Collection<TargetDescription> targets)The targets.
-