Uses of Class
software.amazon.awssdk.services.elasticache.model.CacheSecurityGroupMembership
-
Packages that use CacheSecurityGroupMembership Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of CacheSecurityGroupMembership in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CacheSecurityGroupMembership Modifier and Type Method Description List<CacheSecurityGroupMembership>CacheCluster. cacheSecurityGroups()A list of cache security group elements, composed of name and status sub-elements.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type CacheSecurityGroupMembership Modifier and Type Method Description CacheCluster.BuilderCacheCluster.Builder. cacheSecurityGroups(CacheSecurityGroupMembership... cacheSecurityGroups)A list of cache security group elements, composed of name and status sub-elements.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type CacheSecurityGroupMembership Modifier and Type Method Description CacheCluster.BuilderCacheCluster.Builder. cacheSecurityGroups(Collection<CacheSecurityGroupMembership> cacheSecurityGroups)A list of cache security group elements, composed of name and status sub-elements.
-