Uses of Class
com.amazonaws.services.elasticache.model.CacheSecurityGroupMembership
Packages that use CacheSecurityGroupMembership
-
Uses of CacheSecurityGroupMembership in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return CacheSecurityGroupMembershipModifier and TypeMethodDescriptionCacheSecurityGroupMembership.clone()
CacheSecurityGroupMembership.withCacheSecurityGroupName
(String cacheSecurityGroupName) The name of the cache security group.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 CacheSecurityGroupMembershipModifier and TypeMethodDescriptionCacheCluster.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 CacheSecurityGroupMembershipModifier and TypeMethodDescriptionCacheCluster.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 CacheSecurityGroupMembershipModifier and TypeMethodDescriptionvoid
CacheCluster.setCacheSecurityGroups
(Collection<CacheSecurityGroupMembership> cacheSecurityGroups) A list of cache security group elements, composed of name and status sub-elements.CacheCluster.withCacheSecurityGroups
(Collection<CacheSecurityGroupMembership> cacheSecurityGroups) A list of cache security group elements, composed of name and status sub-elements.