Package | Description |
---|---|
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SecurityGroupMembership> |
CacheCluster.securityGroups
A list of VPC Security Groups associated with the cache cluster.
|
Modifier and Type | Method and Description |
---|---|
SecurityGroupMembership |
SecurityGroupMembership.clone() |
SecurityGroupMembership |
SecurityGroupMembership.withSecurityGroupId(java.lang.String securityGroupId)
The identifier of the cache security group.
|
SecurityGroupMembership |
SecurityGroupMembership.withStatus(java.lang.String status)
The status of the cache security group membership.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<SecurityGroupMembership> securityGroups)
A list of VPC Security Groups associated with the cache cluster.
|
CacheCluster |
CacheCluster.withSecurityGroups(java.util.Collection<SecurityGroupMembership> securityGroups)
A list of VPC Security Groups associated with the cache cluster.
|
Modifier and Type | Method and Description |
---|---|
SecurityGroupMembership |
SecurityGroupMembershipStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |