Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetDescription
Packages that use TargetDescription
-
Uses of TargetDescription in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return TargetDescriptionModifier and TypeMethodDescriptionfinal TargetDescriptionTargetHealthDescription.target()The description of the target.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TargetDescriptionModifier and TypeMethodDescriptionfinal List<TargetDescription>DeregisterTargetsRequest.targets()The targets.final List<TargetDescription>DescribeTargetHealthRequest.targets()The targets.final List<TargetDescription>RegisterTargetsRequest.targets()The targets.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type TargetDescriptionModifier and TypeMethodDescriptionTargetHealthDescription.Builder.target(TargetDescription target) The description of the target.DeregisterTargetsRequest.Builder.targets(TargetDescription... targets) The targets.DescribeTargetHealthRequest.Builder.targets(TargetDescription... targets) The targets.RegisterTargetsRequest.Builder.targets(TargetDescription... targets) The targets.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TargetDescriptionModifier and TypeMethodDescriptionDeregisterTargetsRequest.Builder.targets(Collection<TargetDescription> targets) The targets.DescribeTargetHealthRequest.Builder.targets(Collection<TargetDescription> targets) The targets.RegisterTargetsRequest.Builder.targets(Collection<TargetDescription> targets) The targets.