Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.BackendServerDescription
-
Packages that use BackendServerDescription Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of BackendServerDescription in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type BackendServerDescription Modifier and Type Method Description List<BackendServerDescription>LoadBalancerDescription. backendServerDescriptions()Information about your EC2 instances.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type BackendServerDescription Modifier and Type Method Description LoadBalancerDescription.BuilderLoadBalancerDescription.Builder. backendServerDescriptions(BackendServerDescription... backendServerDescriptions)Information about your EC2 instances.Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type BackendServerDescription Modifier and Type Method Description LoadBalancerDescription.BuilderLoadBalancerDescription.Builder. backendServerDescriptions(Collection<BackendServerDescription> backendServerDescriptions)Information about your EC2 instances.
-