Uses of Class
com.amazonaws.services.elasticache.model.EC2SecurityGroup

Packages that use EC2SecurityGroup
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of EC2SecurityGroup in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return EC2SecurityGroup
 EC2SecurityGroup EC2SecurityGroup.withEC2SecurityGroupName(String eC2SecurityGroupName)
          The name of the Amazon EC2 security group.
 EC2SecurityGroup EC2SecurityGroup.withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
          The AWS account ID of the Amazon EC2 security group owner.
 EC2SecurityGroup EC2SecurityGroup.withStatus(String status)
          The status of the Amazon EC2 security group.
 

Methods in com.amazonaws.services.elasticache.model that return types with arguments of type EC2SecurityGroup
 List<EC2SecurityGroup> CacheSecurityGroup.getEC2SecurityGroups()
          A list of Amazon EC2 security groups that are associated with this cache security group.
 

Methods in com.amazonaws.services.elasticache.model with parameters of type EC2SecurityGroup
 CacheSecurityGroup CacheSecurityGroup.withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
          A list of Amazon EC2 security groups that are associated with this cache security group.
 

Method parameters in com.amazonaws.services.elasticache.model with type arguments of type EC2SecurityGroup
 void CacheSecurityGroup.setEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
          A list of Amazon EC2 security groups that are associated with this cache security group.
 CacheSecurityGroup CacheSecurityGroup.withEC2SecurityGroups(Collection<EC2SecurityGroup> eC2SecurityGroups)
          A list of Amazon EC2 security groups that are associated with this cache security group.
 



Copyright © 2016. All rights reserved.