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

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

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

Methods in com.amazonaws.services.elasticache.model that return SecurityGroupMembership
 SecurityGroupMembership SecurityGroupMembership.withSecurityGroupId(String securityGroupId)
          The identifier of the cache security group.
 SecurityGroupMembership SecurityGroupMembership.withStatus(String status)
          The status of the cache security group membership.
 

Methods in com.amazonaws.services.elasticache.model that return types with arguments of type SecurityGroupMembership
 List<SecurityGroupMembership> CacheCluster.getSecurityGroups()
          A list of VPC Security Groups associated with the cache cluster.
 

Methods in com.amazonaws.services.elasticache.model with parameters of type SecurityGroupMembership
 CacheCluster CacheCluster.withSecurityGroups(SecurityGroupMembership... securityGroups)
          A list of VPC Security Groups associated with the cache cluster.
 

Method parameters in com.amazonaws.services.elasticache.model with type arguments of type SecurityGroupMembership
 void CacheCluster.setSecurityGroups(Collection<SecurityGroupMembership> securityGroups)
          A list of VPC Security Groups associated with the cache cluster.
 CacheCluster CacheCluster.withSecurityGroups(Collection<SecurityGroupMembership> securityGroups)
          A list of VPC Security Groups associated with the cache cluster.
 



Copyright © 2016. All rights reserved.