| Package | Description |
|---|---|
| com.amazonaws.services.elasticache.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<CacheSecurityGroupMembership> |
CacheCluster.getCacheSecurityGroups()
A list of cache security group elements, composed of name and status sub-elements.
|
| Modifier and Type | Method and Description |
|---|---|
CacheCluster |
CacheCluster.withCacheSecurityGroups(CacheSecurityGroupMembership... cacheSecurityGroups)
A list of cache security group elements, composed of name and status sub-elements.
|
| Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.