Package | Description |
---|---|
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CacheSecurityGroupMembership> |
CacheCluster.cacheSecurityGroups
A list of cache security group elements, composed of name and status
sub-elements.
|
Modifier and Type | Method and Description |
---|---|
CacheSecurityGroupMembership |
CacheSecurityGroupMembership.clone() |
CacheSecurityGroupMembership |
CacheSecurityGroupMembership.withCacheSecurityGroupName(java.lang.String cacheSecurityGroupName)
The name of the cache security group.
|
CacheSecurityGroupMembership |
CacheSecurityGroupMembership.withStatus(java.lang.String status)
The membership status in the cache security group.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<CacheSecurityGroupMembership> cacheSecurityGroups)
A list of cache security group elements, composed of name and status
sub-elements.
|
CacheCluster |
CacheCluster.withCacheSecurityGroups(java.util.Collection<CacheSecurityGroupMembership> cacheSecurityGroups)
A list of cache security group elements, composed of name and status
sub-elements.
|
Modifier and Type | Method and Description |
---|---|
CacheSecurityGroupMembership |
CacheSecurityGroupMembershipStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |