Uses of Class
software.amazon.awssdk.services.elasticache.model.EC2SecurityGroup
-
Packages that use EC2SecurityGroup Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of EC2SecurityGroup in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type EC2SecurityGroup Modifier and Type Method Description List<EC2SecurityGroup>CacheSecurityGroup. ec2SecurityGroups()A list of Amazon EC2 security groups that are associated with this cache security group.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type EC2SecurityGroup Modifier and Type Method Description CacheSecurityGroup.BuilderCacheSecurityGroup.Builder. ec2SecurityGroups(EC2SecurityGroup... ec2SecurityGroups)A list of Amazon EC2 security groups that are associated with this cache security group.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type EC2SecurityGroup Modifier and Type Method Description CacheSecurityGroup.BuilderCacheSecurityGroup.Builder. ec2SecurityGroups(Collection<EC2SecurityGroup> ec2SecurityGroups)A list of Amazon EC2 security groups that are associated with this cache security group.
-