| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroupMembership |
SecurityGroupMembership.clone() |
SecurityGroupMembership |
SecurityGroupMembership.withSecurityGroupId(String securityGroupId)
The identifier of the security group.
|
SecurityGroupMembership |
SecurityGroupMembership.withStatus(String status)
The status of the security group membership.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityGroupMembership> |
Cluster.getSecurityGroups()
A list of security groups used by the cluster
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.withSecurityGroups(SecurityGroupMembership... securityGroups)
A list of security groups used by the cluster
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setSecurityGroups(Collection<SecurityGroupMembership> securityGroups)
A list of security groups used by the cluster
|
Cluster |
Cluster.withSecurityGroups(Collection<SecurityGroupMembership> securityGroups)
A list of security groups used by the cluster
|
Copyright © 2023. All rights reserved.