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

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

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

Methods in com.amazonaws.services.elasticache.model that return CacheSecurityGroupMembership
 CacheSecurityGroupMembership CacheSecurityGroupMembership.withCacheSecurityGroupName(String cacheSecurityGroupName)
          The name of the cache security group.
 CacheSecurityGroupMembership CacheSecurityGroupMembership.withStatus(String status)
          The membership status in the cache security group.
 

Methods in com.amazonaws.services.elasticache.model that return types with arguments of type CacheSecurityGroupMembership
 List<CacheSecurityGroupMembership> CacheCluster.getCacheSecurityGroups()
          A list of cache security group elements, composed of name and status sub-elements.
 

Methods in com.amazonaws.services.elasticache.model with parameters of type CacheSecurityGroupMembership
 CacheCluster CacheCluster.withCacheSecurityGroups(CacheSecurityGroupMembership... cacheSecurityGroups)
          A list of cache security group elements, composed of name and status sub-elements.
 

Method parameters in com.amazonaws.services.elasticache.model with type arguments of type CacheSecurityGroupMembership
 void CacheCluster.setCacheSecurityGroups(Collection<CacheSecurityGroupMembership> cacheSecurityGroups)
          A list of cache security group elements, composed of name and status sub-elements.
 CacheCluster CacheCluster.withCacheSecurityGroups(Collection<CacheSecurityGroupMembership> cacheSecurityGroups)
          A list of cache security group elements, composed of name and status sub-elements.
 



Copyright © 2016. All rights reserved.