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 SecurityGroupMembershipSecurityGroupMembership. clone()SecurityGroupMembershipSecurityGroupMembership. withSecurityGroupId(String securityGroupId)The identifier of the cache security group.SecurityGroupMembershipSecurityGroupMembership. 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 CacheClusterCacheCluster. 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 voidCacheCluster. setSecurityGroups(Collection<SecurityGroupMembership> securityGroups)A list of VPC Security Groups associated with the cache cluster.CacheClusterCacheCluster. withSecurityGroups(Collection<SecurityGroupMembership> securityGroups)A list of VPC Security Groups associated with the cache cluster.
-