| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityGroupMembership> |
CacheCluster.securityGroups()
A list of VPC Security Groups associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CacheCluster.Builder |
CacheCluster.Builder.securityGroups(SecurityGroupMembership... securityGroups)
A list of VPC Security Groups associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CacheCluster.Builder |
CacheCluster.Builder.securityGroups(Collection<SecurityGroupMembership> securityGroups)
A list of VPC Security Groups associated with the cluster.
|
Copyright © 2023. All rights reserved.