|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadBalancerDescription | |
---|---|
com.amazonaws.services.elasticloadbalancing.model | Classes modeling the various types represented by AmazonElasticLoadBalancing. |
Uses of LoadBalancerDescription in com.amazonaws.services.elasticloadbalancing.model |
---|
Methods in com.amazonaws.services.elasticloadbalancing.model that return LoadBalancerDescription | |
---|---|
LoadBalancerDescription |
LoadBalancerDescription.withAvailabilityZones(Collection<String> availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
LoadBalancerDescription |
LoadBalancerDescription.withAvailabilityZones(String... availabilityZones)
Sets the value of the AvailabilityZones property for this object. |
LoadBalancerDescription |
LoadBalancerDescription.withCreatedTime(Date createdTime)
Sets the value of the CreatedTime property for this object. |
LoadBalancerDescription |
LoadBalancerDescription.withDNSName(String dNSName)
Sets the value of the DNSName property for this object. |
LoadBalancerDescription |
LoadBalancerDescription.withHealthCheck(HealthCheck healthCheck)
Sets the value of the HealthCheck property for this object. |
LoadBalancerDescription |
LoadBalancerDescription.withInstances(Collection<Instance> instances)
Sets the value of the Instances property for this object. |
LoadBalancerDescription |
LoadBalancerDescription.withInstances(Instance... instances)
Sets the value of the Instances property for this object. |
LoadBalancerDescription |
LoadBalancerDescription.withListenerDescriptions(Collection<ListenerDescription> listenerDescriptions)
Sets the value of the ListenerDescriptions property for this object. |
LoadBalancerDescription |
LoadBalancerDescription.withListenerDescriptions(ListenerDescription... listenerDescriptions)
Sets the value of the ListenerDescriptions property for this object. |
LoadBalancerDescription |
LoadBalancerDescription.withLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object. |
LoadBalancerDescription |
LoadBalancerDescription.withPolicies(Policies policies)
Sets the value of the Policies property for this object. |
Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type LoadBalancerDescription | |
---|---|
List<LoadBalancerDescription> |
DescribeLoadBalancersResult.getLoadBalancerDescriptions()
Returns the value of the LoadBalancerDescriptions property for this object. |
Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type LoadBalancerDescription | |
---|---|
DescribeLoadBalancersResult |
DescribeLoadBalancersResult.withLoadBalancerDescriptions(LoadBalancerDescription... loadBalancerDescriptions)
Sets the value of the LoadBalancerDescriptions property for this object. |
Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type LoadBalancerDescription | |
---|---|
void |
DescribeLoadBalancersResult.setLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
Sets the value of the LoadBalancerDescriptions property for this object. |
DescribeLoadBalancersResult |
DescribeLoadBalancersResult.withLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
Sets the value of the LoadBalancerDescriptions property for this object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |