|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |