Uses of Class
com.amazonaws.services.elasticache.model.SecurityGroupMembership
-
Packages that use SecurityGroupMembership Package Description com.amazonaws.services.elasticache.model -
-
Uses of SecurityGroupMembership in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return SecurityGroupMembership Modifier and Type Method Description SecurityGroupMembership
SecurityGroupMembership. clone()
SecurityGroupMembership
SecurityGroupMembership. withSecurityGroupId(String securityGroupId)
The identifier of the cache security group.SecurityGroupMembership
SecurityGroupMembership. withStatus(String status)
The status of the cache security group membership.Methods in com.amazonaws.services.elasticache.model that return types with arguments of type SecurityGroupMembership Modifier and Type Method Description List<SecurityGroupMembership>
CacheCluster. getSecurityGroups()
A list of VPC Security Groups associated with the cache cluster.Methods in com.amazonaws.services.elasticache.model with parameters of type SecurityGroupMembership Modifier and Type Method Description CacheCluster
CacheCluster. withSecurityGroups(SecurityGroupMembership... securityGroups)
A list of VPC Security Groups associated with the cache cluster.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type SecurityGroupMembership Modifier and Type Method Description void
CacheCluster. setSecurityGroups(Collection<SecurityGroupMembership> securityGroups)
A list of VPC Security Groups associated with the cache cluster.CacheCluster
CacheCluster. withSecurityGroups(Collection<SecurityGroupMembership> securityGroups)
A list of VPC Security Groups associated with the cache cluster.
-