Uses of Class
com.amazonaws.services.elasticache.model.CacheSecurityGroupMembership
-
Packages that use CacheSecurityGroupMembership Package Description com.amazonaws.services.elasticache.model -
-
Uses of CacheSecurityGroupMembership in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return CacheSecurityGroupMembership Modifier and Type Method Description CacheSecurityGroupMembership
CacheSecurityGroupMembership. clone()
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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-