Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.BackendServerDescription
Packages that use BackendServerDescription
-
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 BackendServerDescriptionModifier and TypeMethodDescriptionfinal List<BackendServerDescription>LoadBalancerDescription.backendServerDescriptions()Information about your EC2 instances.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type BackendServerDescriptionModifier and TypeMethodDescriptionLoadBalancerDescription.Builder.backendServerDescriptions(BackendServerDescription... backendServerDescriptions) Information about your EC2 instances.Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type BackendServerDescriptionModifier and TypeMethodDescriptionLoadBalancerDescription.Builder.backendServerDescriptions(Collection<BackendServerDescription> backendServerDescriptions) Information about your EC2 instances.