Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing.
|
Modifier and Type | Method and Description |
---|---|
SourceSecurityGroup |
LoadBalancerDescription.getSourceSecurityGroup()
The security group that you can use as part of your inbound rules for
your load balancer's back-end Amazon EC2 application instances.
|
SourceSecurityGroup |
SourceSecurityGroup.withGroupName(String groupName)
Name of the source security group.
|
SourceSecurityGroup |
SourceSecurityGroup.withOwnerAlias(String ownerAlias)
Owner of the source security group.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerDescription.setSourceSecurityGroup(SourceSecurityGroup sourceSecurityGroup)
The security group that you can use as part of your inbound rules for
your load balancer's back-end Amazon EC2 application instances.
|
LoadBalancerDescription |
LoadBalancerDescription.withSourceSecurityGroup(SourceSecurityGroup sourceSecurityGroup)
The security group that you can use as part of your inbound rules for
your load balancer's back-end Amazon EC2 application instances.
|
Copyright © 2014. All rights reserved.