| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
List<CacheSecurityGroupMembership> |
CacheCluster.cacheSecurityGroups()
A list of cache security group elements, composed of name and status sub-elements.
|
| Modifier and Type | Method and Description |
|---|---|
CacheCluster.Builder |
CacheCluster.Builder.cacheSecurityGroups(CacheSecurityGroupMembership... cacheSecurityGroups)
A list of cache security group elements, composed of name and status sub-elements.
|
| Modifier and Type | Method and Description |
|---|---|
CacheCluster.Builder |
CacheCluster.Builder.cacheSecurityGroups(Collection<CacheSecurityGroupMembership> cacheSecurityGroups)
A list of cache security group elements, composed of name and status sub-elements.
|
Copyright © 2023. All rights reserved.