| Package | Description |
|---|---|
| com.amazonaws.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroupMembership |
SecurityGroupMembership.clone() |
SecurityGroupMembership |
SecurityGroupMembership.withSecurityGroupIdentifier(String securityGroupIdentifier)
The unique ID for this security group.
|
SecurityGroupMembership |
SecurityGroupMembership.withStatus(String status)
The status of this security group.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityGroupMembership> |
Cluster.getSecurityGroups()
A list of security groups, and the status of each, for the nodes in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.withSecurityGroups(SecurityGroupMembership... securityGroups)
A list of security groups, and the status of each, for the nodes in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setSecurityGroups(Collection<SecurityGroupMembership> securityGroups)
A list of security groups, and the status of each, for the nodes in the cluster.
|
Cluster |
Cluster.withSecurityGroups(Collection<SecurityGroupMembership> securityGroups)
A list of security groups, and the status of each, for the nodes in the cluster.
|
Copyright © 2022. All rights reserved.