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 CacheSecurityGroupMembershipCacheSecurityGroupMembership. clone()CacheSecurityGroupMembershipCacheSecurityGroupMembership. withCacheSecurityGroupName(String cacheSecurityGroupName)The name of the cache security group.CacheSecurityGroupMembershipCacheSecurityGroupMembership. 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 CacheClusterCacheCluster. 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 voidCacheCluster. setCacheSecurityGroups(Collection<CacheSecurityGroupMembership> cacheSecurityGroups)A list of cache security group elements, composed of name and status sub-elements.CacheClusterCacheCluster. withCacheSecurityGroups(Collection<CacheSecurityGroupMembership> cacheSecurityGroups)A list of cache security group elements, composed of name and status sub-elements.
-