Uses of Class
com.amazonaws.services.elasticloadbalancing.model.SourceSecurityGroup

Packages that use SourceSecurityGroup
com.amazonaws.services.elasticloadbalancing.model Classes modeling the various types represented by AmazonElasticLoadBalancing. 
 

Uses of SourceSecurityGroup in com.amazonaws.services.elasticloadbalancing.model
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return SourceSecurityGroup
 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.
 

Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type SourceSecurityGroup
 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 © 2016. All rights reserved.