Uses of Class
software.amazon.awssdk.services.elasticache.model.SecurityGroupMembership
-
Packages that use SecurityGroupMembership Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of SecurityGroupMembership in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type SecurityGroupMembership Modifier and Type Method Description List<SecurityGroupMembership>CacheCluster. securityGroups()A list of VPC Security Groups associated with the cluster.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type SecurityGroupMembership Modifier and Type Method Description CacheCluster.BuilderCacheCluster.Builder. securityGroups(SecurityGroupMembership... securityGroups)A list of VPC Security Groups associated with the cluster.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type SecurityGroupMembership Modifier and Type Method Description CacheCluster.BuilderCacheCluster.Builder. securityGroups(Collection<SecurityGroupMembership> securityGroups)A list of VPC Security Groups associated with the cluster.
-