Uses of Class
com.amazonaws.services.elasticloadbalancing.model.LoadBalancerDescription
Packages that use LoadBalancerDescription
-
Uses of LoadBalancerDescription in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return LoadBalancerDescriptionModifier and TypeMethodDescriptionLoadBalancerDescription.clone()
LoadBalancerDescription.withAvailabilityZones
(String... availabilityZones) The Availability Zones for the load balancer.LoadBalancerDescription.withAvailabilityZones
(Collection<String> availabilityZones) The Availability Zones for the load balancer.LoadBalancerDescription.withBackendServerDescriptions
(BackendServerDescription... backendServerDescriptions) Information about the back-end servers.LoadBalancerDescription.withBackendServerDescriptions
(Collection<BackendServerDescription> backendServerDescriptions) Information about the back-end servers.LoadBalancerDescription.withCanonicalHostedZoneName
(String canonicalHostedZoneName) The Amazon Route 53 hosted zone associated with the load balancer.LoadBalancerDescription.withCanonicalHostedZoneNameID
(String canonicalHostedZoneNameID) The ID of the Amazon Route 53 hosted zone name associated with the load balancer.LoadBalancerDescription.withCreatedTime
(Date createdTime) The date and time the load balancer was created.LoadBalancerDescription.withDNSName
(String dNSName) The external DNS name of the load balancer.LoadBalancerDescription.withHealthCheck
(HealthCheck healthCheck) Information about the health checks conducted on the load balancer.LoadBalancerDescription.withInstances
(Instance... instances) The IDs of the instances for the load balancer.LoadBalancerDescription.withInstances
(Collection<Instance> instances) The IDs of the instances for the load balancer.LoadBalancerDescription.withListenerDescriptions
(ListenerDescription... listenerDescriptions) The listeners for the load balancer.LoadBalancerDescription.withListenerDescriptions
(Collection<ListenerDescription> listenerDescriptions) The listeners for the load balancer.LoadBalancerDescription.withLoadBalancerName
(String loadBalancerName) The name of the load balancer.LoadBalancerDescription.withPolicies
(Policies policies) The policies defined for the load balancer.LoadBalancerDescription.withScheme
(String scheme) The type of load balancer.LoadBalancerDescription.withSecurityGroups
(String... securityGroups) The security groups for the load balancer.LoadBalancerDescription.withSecurityGroups
(Collection<String> securityGroups) The security groups for the load balancer.LoadBalancerDescription.withSourceSecurityGroup
(SourceSecurityGroup sourceSecurityGroup) The security group that you can use as part of your inbound rules for your load balancer's back-end application instances.LoadBalancerDescription.withSubnets
(String... subnets) The IDs of the subnets for the load balancer.LoadBalancerDescription.withSubnets
(Collection<String> subnets) The IDs of the subnets for the load balancer.The ID of the VPC for the load balancer.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type LoadBalancerDescriptionModifier and TypeMethodDescriptionDescribeLoadBalancersResult.getLoadBalancerDescriptions()
Information about the load balancers.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type LoadBalancerDescriptionModifier and TypeMethodDescriptionDescribeLoadBalancersResult.withLoadBalancerDescriptions
(LoadBalancerDescription... loadBalancerDescriptions) Information about the load balancers.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type LoadBalancerDescriptionModifier and TypeMethodDescriptionvoid
DescribeLoadBalancersResult.setLoadBalancerDescriptions
(Collection<LoadBalancerDescription> loadBalancerDescriptions) Information about the load balancers.DescribeLoadBalancersResult.withLoadBalancerDescriptions
(Collection<LoadBalancerDescription> loadBalancerDescriptions) Information about the load balancers.