| Package | Description |
|---|---|
| com.amazonaws.services.elasticache.model |
Classes modeling the various types represented by AmazonElastiCache.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityGroupMembership |
SecurityGroupMembership.clone() |
SecurityGroupMembership |
SecurityGroupMembership.withSecurityGroupId(String securityGroupId)
The identifier of the cache security group.
|
SecurityGroupMembership |
SecurityGroupMembership.withStatus(String status)
The status of the cache security group membership.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityGroupMembership> |
CacheCluster.getSecurityGroups()
A list of VPC Security Groups associated with the cache cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CacheCluster |
CacheCluster.withSecurityGroups(SecurityGroupMembership... securityGroups)
A list of VPC Security Groups associated with the cache cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheCluster.setSecurityGroups(Collection<SecurityGroupMembership> securityGroups)
A list of VPC Security Groups associated with the cache cluster.
|
CacheCluster |
CacheCluster.withSecurityGroups(Collection<SecurityGroupMembership> securityGroups)
A list of VPC Security Groups associated with the cache cluster.
|
Copyright © 2016. All rights reserved.